Skip to content

Commit

Permalink
Fix GitHub Actions config (#2387)
Browse files Browse the repository at this point in the history
  • Loading branch information
jathak authored Oct 14, 2024
1 parent 1e27aeb commit f7b2e63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ updates:
- "/package"
- "/pkg/sass-parser"
ignore:
dependency-name: "sass"
- dependency-name: "sass"
schedule:
interval: "weekly"
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,13 @@ jobs:

- 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:
CHROME_EXECUTABLE: chrome
# See https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md#option-3_the-safest-way
CHROME_DEVEL_SANDBOX: /opt/google/chrome/chrome-sandbox

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

0 comments on commit f7b2e63

Please sign in to comment.