Modified build.yml

This commit is contained in:
Knut Sveidqvist 2020-02-16 09:40:35 +01:00
parent bf2862f164
commit 5aa07439a8
1 changed files with 9 additions and 4 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [12.x]
steps:
- uses: actions/checkout@v1
@ -32,6 +32,11 @@ jobs:
env:
CYPRESS_CACHE_FOLDER: ../../.cache/Cypress
- name: Install cypress
run: cypress install
env:
CYPRESS_CACHE_FOLDER: ../../.cache/Cypress
- name: Run Build
run: yarn build