Skip to content

Commit

Permalink
Add cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Nov 5, 2023
1 parent 5712f6f commit 29d7d34
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
run: |
docker run --name cassandra -d -p 9042:9042 cassandra:4
- uses: actions/checkout@v4
- name: Cache built objects
uses: actions/cache@v3
with:
path: ./tmp
key: v1-${{ runner.os }}
restore-keys: |
v1-${{ runner.os }}
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 29d7d34

Please sign in to comment.