Skip to content

Commit

Permalink
clear cache
Browse files Browse the repository at this point in the history
  • Loading branch information
karenhaining committed Aug 30, 2024
1 parent 27bf3f0 commit 3eb3d24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ jobs:
pip install -e '.[test]'
git clone ${ADMS_REPO} tests/integration_test/anms-adms
- name: Test
run: python3 -m pytest -v -s --cov=camp tests/integration_test/test_sql_integration.py
run: |
rm /github/home/.cache/ace/adms.sqlite
python3 -m pytest -v --cov=camp tests/integration_test/test_sql_integration.py
test-integration-c:
needs: [build]
Expand Down

0 comments on commit 3eb3d24

Please sign in to comment.