Skip to content

Commit

Permalink
fixed it for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
ethowitz committed Jan 16, 2024
1 parent 1b04ddf commit 19f8f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
bundler-cache: true

- name: Start Docker images
run: docker-compose up -f spec/docker-compose.yml -d
run: docker-compose -f spec/docker-compose.yml up -d

- name: Run tests
run: bundle exec rspec

0 comments on commit 19f8f7d

Please sign in to comment.