Skip to content

Commit

Permalink
Merge branch 'main' into feat/compare-and-more
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Martin Handeland committed Feb 11, 2025
2 parents 9b11a0e + 9482512 commit 2b031c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
install:
name: Install
runs-on: ubuntu-latest
container:
image: cypress/browsers:node-22.13.1-chrome-133.0.6943.53-1-ff-135.0-edge-132.0.2957.140-1
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -54,6 +56,8 @@ jobs:
(github.event_name != 'pull_request' && github.event.repository.fork == false) ||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false)
runs-on: ubuntu-latest
container:
image: cypress/browsers:node-22.13.1-chrome-133.0.6943.53-1-ff-135.0-edge-132.0.2957.140-1
timeout-minutes: 60
needs: install
strategy:
Expand All @@ -64,9 +68,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Increase file watchers
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

- name: Download the build folder
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -117,15 +118,14 @@ jobs:
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == true)
runs-on: ubuntu-latest
container:
image: cypress/browsers:node-22.13.1-chrome-133.0.6943.53-1-ff-135.0-edge-132.0.2957.140-1
needs: install

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Increase file watchers
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

- name: Download the build folder
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 2b031c2

Please sign in to comment.