Skip to content

Commit

Permalink
ci: Use user option for correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Dec 7, 2022
1 parent fd4e2fa commit fde5328
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
Run-tests:
runs-on: ubuntu-latest
timeout-minutes: 10
container: cypress/browsers:node16.16.0-chrome107-ff107
container:
image: cypress/browsers:node16.16.0-chrome107-ff107
options: --user 1001

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit fde5328

Please sign in to comment.