Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: walkowif <[email protected]>
  • Loading branch information
walkowif authored Sep 22, 2023
1 parent 3c24cff commit c7570c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
working-directory: ${{ matrix.directory }}/js
run: |
npm i
npm install cypress
- name: Restore renv from cache
uses: actions/cache@v3
Expand Down Expand Up @@ -124,6 +123,7 @@ jobs:
continue-on-error: true
uses: cypress-io/github-action@v6
with:
build: npm install cypress
working-directory: ${{ matrix.directory }}/js
start: npm run run-app
wait-on: "http://localhost:3333"
Expand Down

0 comments on commit c7570c7

Please sign in to comment.