Skip to content

Commit

Permalink
[WIP] node-22
Browse files Browse the repository at this point in the history
  • Loading branch information
eins78 committed Jan 16, 2025
1 parent 386981e commit 6827086
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Tests
uses: cloudposse/github-action-docker-compose-test-run@main
with:
file: spec/docker-compose.yml
service: rspec
command: bundle exec rspec --force-color features/
registry: docker.io
service: rspec
workdir: spec
file: docker-compose.yml
command: bash -c 'bundle exec rspec --force-color features/'

0 comments on commit 6827086

Please sign in to comment.