From b23db90dd5f0f6ffb6c13412b39963e9cc272360 Mon Sep 17 00:00:00 2001 From: Danny Gleckler Date: Thu, 8 Feb 2024 18:38:34 -0500 Subject: [PATCH] Use cache-test-data action --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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)