Skip to content

Commit

Permalink
Fix test workflow results
Browse files Browse the repository at this point in the history
  • Loading branch information
JBenda committed Oct 28, 2021
1 parent 3012c2d commit 2b4dcec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ jobs:
run: |
. scripts/environment.sh
./scripts/setup.sh start
./scripts/test.sh || journalctl GLIB_DOMAIN=JULEA
./scripts/test.sh || (journalctl GLIB_DOMAIN=JULEA && $(exit 1))
sleep 10
./scripts/test.sh || journalctl GLIB_DOMAIN=JULEA
./scripts/test.sh || (journalctl GLIB_DOMAIN=JULEA && $(exit 1))
./scripts/setup.sh stop
- name: HDF5 Tests
if: matrix.julea.db != 'memory'
Expand Down

0 comments on commit 2b4dcec

Please sign in to comment.