Skip to content

Commit

Permalink
try another method
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Sep 27, 2024
1 parent 01ce65f commit a891234
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fleximod_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- id: run-fleximod
run: |
$GITHUB_WORKSPACE/bin/git-fleximod update
$GITHUB_WORKSPACE/bin/git-fleximod status | grep -c 'testfails = 0'
$GITHUB_WORKSPACE/bin/git-fleximod status | tee status.out
grep -c 'testfails = 0' status.out
# - name: Setup tmate session
# if: ${{ failure() }}
Expand Down

0 comments on commit a891234

Please sign in to comment.