Skip to content

Commit f7b2e63

Browse files
authored
Fix GitHub Actions config (#2387)
1 parent 1e27aeb commit f7b2e63

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ updates:
1616
- "/package"
1717
- "/pkg/sass-parser"
1818
ignore:
19-
dependency-name: "sass"
19+
- dependency-name: "sass"
2020
schedule:
2121
interval: "weekly"

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,13 @@ jobs:
307307

308308
- run: dart run grinder pkg-npm-dev
309309
env: {UPDATE_SASS_SASS_REPO: false}
310+
- run: sudo chmod 4755 /opt/google/chrome/chrome-sandbox
310311
- name: Run tests
311312
run: dart run test -p chrome -j 2
312313
env:
313314
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
314317

315318
sass_parser_tests:
316319
name: "sass-parser Tests | Dart ${{ matrix.dart_channel }} | Node ${{ matrix.node-version }}"

0 commit comments

Comments
 (0)