Skip to content

Commit

Permalink
fix: different actiontype
Browse files Browse the repository at this point in the history
trying to use a new action type to get to build stage
  • Loading branch information
BKristenssonAlfsson committed Jun 12, 2020
1 parent 645a253 commit ce6600a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
CI: true

- name: Tests
uses: cypress-io/github-action@v1
uses: actions/checkout@v2
with:
start: npm run serve
record: false # cypress.io free recording limit exceeded
Expand Down

0 comments on commit ce6600a

Please sign in to comment.