Skip to content

Commit

Permalink
Use docker logs
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanTrem committed Oct 5, 2024
1 parent 4f19359 commit bbd0587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r2r-js-sdk-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
- name: Display R2R server logs if server not responding
if: failure()
run: cat r2r_server.log
run: docker logs $(docker ps -q)

- name: Run integration tests
run: npm run test

- name: Display R2R server logs if tests fail
if: failure()
run: cat r2r_server.log
run: docker logs $(docker ps -q)

0 comments on commit bbd0587

Please sign in to comment.