Skip to content

Commit

Permalink
Fix integration specs (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
antstorm authored Sep 3, 2024
1 parent 0d3a8bb commit e3c351f
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 @@ -37,7 +37,7 @@ jobs:

- name: Start dependencies
run: |
docker-compose \
docker compose \
-f examples/docker-compose.yml \
up -d
Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:
env:
USE_ERROR_SERIALIZATION_V2: 1
run: |
cd examples && bundle exec rspec
cd examples && bundle exec rspec

0 comments on commit e3c351f

Please sign in to comment.