Skip to content

Commit

Permalink
ci: sleep tunkki
Browse files Browse the repository at this point in the history
  • Loading branch information
Veikkosuhonen committed Jan 16, 2024
1 parent 5dc9ccd commit 65e92c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:

- name: Start the application
run: docker-compose -f docker-compose.ci.yml up -d

- name: Install dependencies
run: npm ci

- name: Run tests
run: npm test
run: sleep 6 && npm test

- name: Output application logs
if: always()
run: docker-compose -f docker-compose.ci.yml logs -t --tail=100
Expand Down

0 comments on commit 65e92c1

Please sign in to comment.