Skip to content

Commit

Permalink
using relative path in Pub reslutes and updated test for cashed Rocot…
Browse files Browse the repository at this point in the history
…o install
  • Loading branch information
TerryMcGuinness-NOAA committed May 13, 2024
1 parent 0fc0ec8 commit 4ed0fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Rocoto
run: |
if [ ! -d "$HOME/rocoto" ]; then
if [ ! -d "$HOME/rocoto/bin" ]; then
git clone https://github.com/christopherwharrop/rocoto.git $HOME/rocoto
cd $HOME/rocoto
./INSTALL
Expand All @@ -55,6 +55,6 @@ jobs:
if: always()
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: $GITHUB_WORKSPACE/ci/scripts/tests/test-results.xml
files: ci/scripts/tests/test-results.xml
job_summary: true
comment_mode: off

0 comments on commit 4ed0fa6

Please sign in to comment.