Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ariataylor96 authored and Mark Rawls committed Feb 3, 2022
1 parent c965b3b commit 777eeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 777eeff

Please sign in to comment.