Update build.yml

This commit is contained in:
Christian Klemm 2020-02-16 16:10:47 +01:00 committed by GitHub
parent 41be7f951c
commit 3eb5f2c65b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -52,10 +52,9 @@ jobs:
parallel: true
- name: Run E2E Tests
run: yarn e2e --group $GITHUB_RUN_ID
run: yarn e2e
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
CYPRESS_CACHE_FOLDER: .cache/Cypress
- name: Post Upload Test Results
uses: coverallsapp/github-action@master