This commit is contained in:
ThatOneCalculator 2022-05-31 00:26:50 -07:00
parent 2208df17cc
commit e4dde132b4

View file

@ -32,8 +32,6 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
env:
YARN_CHECKSUM_BEHAVIOR: update
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
@ -49,6 +47,8 @@ jobs:
run: yarn build
- name: Test
run: yarn mocha
env:
YARN_CHECKSUM_BEHAVIOR: update
e2e:
runs-on: ubuntu-latest
@ -76,8 +76,6 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
env:
YARN_CHECKSUM_BEHAVIOR: update
# https://github.com/cypress-io/cypress-docker-images/issues/150
#- name: Install mplayer for FireFox
# run: sudo apt install mplayer -y
@ -116,3 +114,5 @@ jobs:
with:
name: ${{ matrix.browser }}-cypress-videos
path: cypress/videos
env:
YARN_CHECKSUM_BEHAVIOR: update