Skip to content

Commit

Permalink
ci: Cache ona-dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Feb 3, 2025
1 parent ed6ef4f commit 78d7f22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,10 @@ jobs:
with:
ruby-version: '3.4'
bundler-cache: true
- name: Cache Image
uses: jamesmortensen/cache-container-images-action@v1
with:
images: |
docker://ghcr.io/gsi-hpc/ona-dev:latest
- name: Run Integration Tests
run: bundle exec rake integration

0 comments on commit 78d7f22

Please # to comment.