Skip to content

Commit

Permalink
Specify specs to run on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
almeida1492 committed Sep 28, 2020
1 parent c1d00aa commit bcb3bd7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ jobs:

steps:
- uses: actions/checkout@v1
# https://github.com/cypress-io/github-action
- name: Cypress run
uses: cypress-io/github-action@v1
uses: cypress-io/github-action@v2
with:
record: false
start: npm run serve
spec: |
cypress/integration/login_activity_spec.js
cypress/integration/dashboard_activity_spec.js

0 comments on commit bcb3bd7

Please sign in to comment.