diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cd2339c5d..02f8aad74 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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