Skip to content

Commit

Permalink
Add sleep for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mirakui committed Oct 20, 2024
1 parent 4c19c12 commit 08941a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
- uses: actions/checkout@v4
- name: docker compose up
run: docker compose -f compose-ci.yaml up -d
- name: wait for db # FIXME
run: sleep 10
- name: Run integration test
run: docker compose -f compose-ci.yaml exec ruby bundle exec appraisal ${{ matrix.appraisal }} rspec spec/integration/*_spec.rb

0 comments on commit 08941a3

Please sign in to comment.