chore: run ci on ubuntu

This commit is contained in:
Anthony Fu 2021-11-06 09:34:30 +08:00
parent 69548f979f
commit 3477105568

View File

@ -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