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 6253e50
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/ci-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,19 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Cache Docker layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- 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: bin/ci-run-rspec-tests
2 changes: 1 addition & 1 deletion spec/bin/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ docker compose up --build --no-start web firefox
docker compose restart web firefox
# docker compose up --build --no-start web firefox

bin/rspec feature/
bin/run-rspec-tests

0 comments on commit 6253e50

Please sign in to comment.