Skip to content

Commit

Permalink
ci: attempt to add caching to the downstream projects
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed May 31, 2024
1 parent 7e45cd2 commit c3df950
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
bundler-cache: true
bundler: latest
- run: git clone --depth=1 ${{matrix.url}} ${{matrix.name}}
- uses: actions/cache@v4
with:
path: ${{matrix.name}}/ports/archives
key: tarballs-${{matrix.name}}
- name: ${{matrix.name}} test suite
working-directory: ${{matrix.name}}
run: |
Expand Down

0 comments on commit c3df950

Please sign in to comment.