Skip to content

Commit

Permalink
ci: add user id for ff testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Jul 8, 2024
1 parent 00f4c09 commit eaabdb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-actions-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
install-test-coverage:
runs-on: ubuntu-latest
timeout-minutes: 7
container: cypress/browsers:node-20.14.0-chrome-126.0.6478.114-1-ff-127.0.1-edge-126.0.2592.61-1
container:
image: cypress/browsers:node-20.14.0-chrome-126.0.6478.114-1-ff-127.0.1-edge-126.0.2592.61-1
options: --user 1001
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit eaabdb3

Please sign in to comment.