Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cjao committed Jan 21, 2025
1 parent 874597b commit 112c113
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,12 @@ jobs:
if: steps.dispatcher-tests.outcome == 'success'
run: coverage xml -o dispatcher_coverage.xml

- name: Dump covalent config again
id: dump-config
run: |
cat $HOME/.config/covalent/covalent.conf
python -c "from covalent._shared_files.defaults import get_default_executor; print(get_default_executor())"
- name: Run functional tests and measure coverage
id: functional-tests
if: env.BUILD_AND_RUN_ALL
Expand Down

0 comments on commit 112c113

Please sign in to comment.