From 34771055684fecc0751ba7f102683634335fd4d9 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sat, 6 Nov 2021 09:34:30 +0800 Subject: [PATCH] chore: run ci on ubuntu --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 411d930..d7fc2d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: node-version: [14.x, 16.x] - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest] fail-fast: false steps: @@ -25,9 +25,7 @@ jobs: - uses: actions/cache@v2 with: path: | - ~/.cache/Cypress - /Users/runner/Library/Caches/Cypress - C:\\Users\\runneradmin\\.cache\\Cypress + ~/.cache key: cypress-cache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} - name: Install pnpm