Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
robzr committed Feb 22, 2024
1 parent e17a334 commit db27f7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- run: tests/run_tests.sh
shell: bash -x
- run: |
set -x
tests/run_tests.sh
- if: always()
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit db27f7b

Please sign in to comment.