diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a9ed367..d5461430 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)