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 a891234 commit 4ee72ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/fleximod_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
- id: run-fleximod
run: |
$GITHUB_WORKSPACE/bin/git-fleximod update
echo
echo "Update complete, checking status"
echo
$GITHUB_WORKSPACE/bin/git-fleximod status | tee status.out
grep -c 'testfails = 0' status.out
grep 'testfails = 0' status.out
# - name: Setup tmate session
# if: ${{ failure() }}
Expand Down

0 comments on commit 4ee72ee

Please sign in to comment.