Skip to content

Commit

Permalink
capture stdout for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
karenhaining committed Aug 30, 2024
1 parent e550511 commit 27bf3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
pip install -e '.[test]'
git clone ${ADMS_REPO} tests/integration_test/anms-adms
- name: Test
run: python3 -m pytest -v --cov=camp tests/integration_test/test_sql_integration.py
run: python3 -m pytest -v -s --cov=camp tests/integration_test/test_sql_integration.py

test-integration-c:
needs: [build]
Expand Down

0 comments on commit 27bf3f0

Please sign in to comment.