From 120eeb04a9384f82da5b0eef86f05623ccb99a20 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Thu, 11 Nov 2021 00:16:03 -0700 Subject: [PATCH] ci: don't lint and test when publishing to PyPi --- .builds/{build.yml => publish.yml} | 12 ------------ 1 file changed, 12 deletions(-) rename .builds/{build.yml => publish.yml} (79%) diff --git a/.builds/build.yml b/.builds/publish.yml similarity index 79% rename from .builds/build.yml rename to .builds/publish.yml index 196a128..bf7e76d 100644 --- a/.builds/build.yml +++ b/.builds/publish.yml @@ -26,18 +26,6 @@ tasks: echo "cd ${REPO_NAME}" >> ~/.buildenv echo "source $(poetry env info -p)/bin/activate" >> ~/.buildenv - - lint: | - poetry check - black --check . - flake8 - mypy sublime_music tests/**/*.py - cicd/custom_style_check.py - - - test: | - Xvfb :119 -screen 0 1024x768x16 & - export DISPLAY=:119 - pytest - - build: | poetry build