Skip to content

Commit

Permalink
Use cache-test-data action
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Feb 16, 2024
1 parent 7fff3fe commit d12a785
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: Brightspace/third-party-actions@actions/checkout
- uses: bearfriend/third-party-actions/cache-test-data@cache-run-attempt
- uses: Brightspace/third-party-actions@actions/setup-node
with:
node-version-file: .nvmrc
cache: 'npm'
- name: Cache Test Data
uses: bearfriend/third-party-actions@cache-run-attempt
id: d2l-test-data
with:
path: .d2l-test
key: ${{ github.run_id }}-${{ github.run_attempt }}
save-always: true
- name: Install dependencies
run: npm ci
- name: Lint (JavaScript)
Expand Down

0 comments on commit d12a785

Please sign in to comment.