Update build.yml

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

View File

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