Skip to content

Commit

Permalink
another cache adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Aug 23, 2024
1 parent 7c96226 commit 965aa2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Build and run Dev Container task
uses: devcontainers/[email protected]
with:
# Change this to point to your image name
imageName: ghcr.io/gresearch/astral-devcontainer
# Change this to be your CI task/script
cacheFrom: ghcr.io/gresearch/astral-devcontainer
push: always
runCmd: |
# Add multiple commands to run if needed
bundle install
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Run brakeman
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/gresearch/astral-devcontainer
cacheFrom: ghcr.io/gresearch/astral-devcontainer
runCmd: bin/brakeman --no-pager

lint:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Run tests
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/gresearch/astral-devcontainer
cacheFrom: ghcr.io/gresearch/astral-devcontainer
runCmd: bin/rails test

- name: Keep screenshots from failed system tests
Expand Down

0 comments on commit 965aa2c

Please sign in to comment.