Skip to content

Commit

Permalink
Cypress: pin github actions jobs versions
Browse files Browse the repository at this point in the history
In general, I think pinning these version numbers helps track down when exactly things start failing, in case there is ever a version issue in the environments.
  • Loading branch information
nikolas committed Oct 11, 2024
1 parent 7537ce7 commit 33ec834
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 33ec834

Please sign in to comment.