Merge pull request #1434 from freqtrade/dependabot/github_actions/main/cypress-io/github-action-6

build(deps): bump cypress-io/github-action from 5 to 6
This commit is contained in:
Matthias 2023-08-24 07:07:03 +02:00 committed by GitHub
commit a0c0452513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ jobs:
run: yarn test:unit run: yarn test:unit
- name: Run Component tests - name: Run Component tests
uses: cypress-io/github-action@v5 uses: cypress-io/github-action@v6
with: with:
# we have already installed everything # we have already installed everything
install: false install: false
@ -50,7 +50,7 @@ jobs:
command: yarn cypress run --component command: yarn cypress run --component
- name: Cypress run - name: Cypress run
uses: cypress-io/github-action@v5 uses: cypress-io/github-action@v6
with: with:
# build: yarn build # build: yarn build
start: yarn serve --host start: yarn serve --host