Skip to content

Commit

Permalink
chore: update cypress-io/github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
yanfali committed Aug 15, 2024
1 parent b3e7691 commit b53e6fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
yarn run json:check
yarn run lint
- name: Cypress run
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v6
with:
cache-key: node-on-${{ runner.os }}-hash-${{ hashFiles('yarn.lock') }}
start: yarn dev
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.repository == 'qmk/qmk_configurator'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- id: nodeversion
run: echo ::set-output name=NODE::$(cat .nvmrc)
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
uses: cypress-io/github-action@v2
with:
start: yarn dev
wait-on: "http://localhost:5173"
wait-on: 'http://localhost:5173'

- name: build
run: |
Expand All @@ -60,4 +60,4 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.SPACES_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.SPACES_SECRET_KEY }}
AWS_S3_ENDPOINT: https://nyc3.digitaloceanspaces.com
SOURCE_DIR: "dist"
SOURCE_DIR: 'dist'

0 comments on commit b53e6fd

Please sign in to comment.