Skip to content

Commit

Permalink
Merge pull request #5568 from ccnmtl/nikolas-patch-10
Browse files Browse the repository at this point in the history
Cypress: pin github actions jobs versions
  • Loading branch information
ndittren authored Oct 11, 2024
2 parents 40d6ef8 + 33ec834 commit 53e26e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: npm run eslint
cypress:
name: Cypress run
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
firefox: [ 'latest-esr' ]
Expand All @@ -53,7 +53,7 @@ jobs:
run: |
sudo apt-get update
sudo apt install -y libmemcached-dev
- uses: browser-actions/setup-firefox@latest
- uses: browser-actions/setup-firefox@v1
with:
firefox-version: ${{ matrix.firefox }}
- name: Run Integration Tests
Expand Down

0 comments on commit 53e26e5

Please sign in to comment.