File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ updates:
16
16
- " /package"
17
17
- " /pkg/sass-parser"
18
18
ignore :
19
- dependency-name : " sass"
19
+ - dependency-name : " sass"
20
20
schedule :
21
21
interval : " weekly"
Original file line number Diff line number Diff line change @@ -307,10 +307,13 @@ jobs:
307
307
308
308
- run : dart run grinder pkg-npm-dev
309
309
env : {UPDATE_SASS_SASS_REPO: false}
310
+ - run : sudo chmod 4755 /opt/google/chrome/chrome-sandbox
310
311
- name : Run tests
311
312
run : dart run test -p chrome -j 2
312
313
env :
313
314
CHROME_EXECUTABLE : chrome
315
+ # See https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md#option-3_the-safest-way
316
+ CHROME_DEVEL_SANDBOX : /opt/google/chrome/chrome-sandbox
314
317
315
318
sass_parser_tests :
316
319
name : " sass-parser Tests | Dart ${{ matrix.dart_channel }} | Node ${{ matrix.node-version }}"
You can’t perform that action at this time.
0 commit comments