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