Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
fix(ci): added cypress job on release
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jan 10, 2021
1 parent ff62de0 commit 7c80391
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ on:
- master
- next
jobs:
cypress-run:
runs-on: ubuntu-16.04
# let's make sure our tests pass on Chrome browser
name: E2E on Chrome
steps:
- uses: actions/checkout@v1
- uses: cypress-io/github-action@v2
with:
browser: chrome
release:
name: Run test and Release
runs-on: ubuntu-18.04
Expand All @@ -19,8 +28,6 @@ jobs:
run: npm ci
- name: Run unit tests
run: npm run test --verbose
- name: Run e2e
run: npm run test:e2e
- name: Build Library
run: npm run build
- name: Build Types Declarations
Expand Down

0 comments on commit 7c80391

Please sign in to comment.