Skip to content

Commit

Permalink
still trying to debug EXPDIR key error
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryMcGuinness-NOAA committed Jun 25, 2024
1 parent 7c14d55 commit 1f599e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_uint_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ jobs:
cd $GITHUB_WORKSPACE/ci/scripts/tests
echo "EXPDIR: ${EXPDIR}"
unset EXPDIR
pytest -v --junitxml $GITHUB_WORKSPACE/ci/scripts/tests/test-results.xml
#pytest -v --junitxml $GITHUB_WORKSPACE/ci/scripts/tests/test-results.xml
pytest -v -k test_setup_exp
ls -l $GITHUB_WORKSPACE/ci/scripts/tests/testdata/RUNDIR/C48_ATM
pytest -v -k test_setup_xml
- name: Publish Test Results
if: always()
Expand Down

0 comments on commit 1f599e3

Please sign in to comment.