Skip to content

Commit

Permalink
needed ./ for runnign link in sorc
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryMcGuinness-NOAA committed May 31, 2024
1 parent 788ef8c commit b9cb187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cd $GITHUB_WORKSPACE/sorc/wxflow
git checkout config_env_xor
cd $GITHUB_WORKSPACE/sorc
link_workflow.sh
./link_workflow.sh
cd $GITHUB_WORKSPACE/ci/scripts/tests
pytest -v test_setup.py --junitxml $GITHUB_WORKSPACE/ci/scripts/tests/test-results.xml
ls $GITHUB_WORKSPACE/ci/scripts/tests/testdata/RUNDIR/EXPDIR/C48_ATM
Expand Down

0 comments on commit b9cb187

Please sign in to comment.