From 777eefff1c872a5ed0b92d250f1454e50cd65fe2 Mon Sep 17 00:00:00 2001 From: Mark Rawls Date: Wed, 2 Feb 2022 20:54:09 -0500 Subject: [PATCH] Fix tests --- .github/workflows/test-output.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-output.yml b/.github/workflows/test-output.yml index 5140864..4905049 100644 --- a/.github/workflows/test-output.yml +++ b/.github/workflows/test-output.yml @@ -21,6 +21,6 @@ jobs: - name: Create new zygoat project run: zg new test - name: Backend linting - run: docker-compose run --rm -T backend flake8 + run: docker-compose run --rm -T backend poetry run flake8 - name: Frontend linting run: docker-compose run --rm -T frontend yarn lint