Skip to content

Commit

Permalink
Update permissions for sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jathak authored Oct 14, 2024
1 parent c33902b commit 9edcbe1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,10 @@ jobs:
with:
dart-sdk: ${{ matrix.dart_channel }}
github-token: ${{ github.token }}

- run: dart run grinder pkg-npm-dev
env: {UPDATE_SASS_SASS_REPO: false}
- run: sudo chmod 4755 /opt/google/chrome/chrome-sandbox
- name: Run tests
run: dart run test -p chrome -j 2
env:
Expand Down

0 comments on commit 9edcbe1

Please sign in to comment.