Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Aug 26, 2024
1 parent 3784c5b commit 902bf25
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
working-directory: tests/docker

- name: Test - RUN
run: npm test
env:
CONFIG__WAIT=60
CONFIG__SERVER__URL=http://localhost:8080
run: |
npm test
CONFIG__WAIT: 60
CONFIG__SERVER__URL: http://localhost:8080

- name: Test - Dump docker logs on failure
if: failure()
Expand Down

0 comments on commit 902bf25

Please sign in to comment.