Skip to content

Commit

Permalink
try this (I want fails not in expected fails to flag a test failure)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 19, 2024
1 parent 6a13ce3 commit d4f363a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/derecho.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Prepare system
run: |
rm $SCRATCH/cs.s*
rm -fr $SCRATCH/SMS_Ld2*
rm -fr $GITHUB_WORKSPACE/*
rm -fr $SCRATCH/SMS_Ld2*
rm -fr $GITHUB_WORKSPACE/*
- name: Checkout code
uses: actions/checkout@v4
- name: Run git-fleximod
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
run: |
cd $SCRATCH
./cs.status.${GITHUB_RUN_ID} --expected-fails-file $GITHUB_WORKSPACE/cime_config/testfiles/ExpectedTestFails.xml --summary | grep FAIL
if [ $? == 0 ]; then
return -1
fi
if [ $? == 0 ]; then
return -1
fi

0 comments on commit d4f363a

Please sign in to comment.