Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jan 13, 2021
1 parent 0eaad87 commit a470302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
yarn
./node_modules/.bin/ember test
- name: Cypress run
- uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v2
with:
start: ./node_modules/.bin/ember serve
wait-on: 'http://localhost:4200'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
yarn
./node_modules/.bin/ember test
- name: Cypress run
- uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v2
with:
start: ./node_modules/.bin/ember serve
wait-on: 'http://localhost:4200'
Expand Down

0 comments on commit a470302

Please sign in to comment.