Skip to content

Commit

Permalink
Merge pull request #1329 from hackforla/1328-build-and-test-540-failed
Browse files Browse the repository at this point in the history
fixed syntax error in `Run unit tests`
  • Loading branch information
edwinjue authored Aug 24, 2022
2 parents aafd47b + 5e19933 commit 70261df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Seed the test database
run: docker-compose run -e TESTING=True api alembic upgrade head
- name: Run unit tests
run: docker-compose run api pytest
run: docker-compose run prefect pytest
run: |
docker-compose run api pytest
docker-compose run prefect pytest
# - name: Run Postman tests
# run: chmod +x postman/test.sh && postman/test.sh

0 comments on commit 70261df

Please sign in to comment.