Skip to content

Commit

Permalink
Fail CI if unit tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ainsworth committed Apr 30, 2024
1 parent 45ee884 commit 2548dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_python_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
run: docker compose -f docker-compose.yml build unit-test-lpa-data

- name: Run Unit Tests
run: docker compose -f docker-compose.yml up unit-test-lpa-data
run: docker compose -f docker-compose.yml up unit-test-lpa-data --abort-on-container-exit --exit-code-from unit-test-lpa-data || exit 1

0 comments on commit 2548dff

Please sign in to comment.