uhh
This commit is contained in:
parent
2208df17cc
commit
e4dde132b4
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue