Skip to content

Commit

Permalink
update cypress and ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ainsofs authored Apr 21, 2024
1 parent e974d0d commit 2641051
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ on: [push]
# pull_request:
jobs:
cypress-run:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v6
with:
command: yarn test:e2e:ci:novid:chrome
working-directory: q-app/quasar-project
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ on: [push]
# pull_request:
jobs:
cypress-run:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v6
with:
command: yarn test:e2e:ci:novid
working-directory: q-app/quasar-project
Expand Down

0 comments on commit 2641051

Please sign in to comment.