Skip to content

Commit

Permalink
Fix tests on ubuntu (#1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck authored Dec 9, 2024
1 parent 8748d37 commit d904098
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/INTERNAL-20241209-123718.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: INTERNAL
body: Adapt CI config for Ubuntu 24.04.1
time: 2024-12-09T12:37:18.241839+01:00
custom:
Issue: "1907"
Repository: vscode-terraform
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
run: terraform version
- name: Clean Install Dependencies
run: npm ci
- name: Allow unprivileged user namespace (ubuntu)
if: runner.os == 'Linux'
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- name: Run Tests
run: xvfb-run -a npm test
if: runner.os == 'Linux'
Expand Down

0 comments on commit d904098

Please sign in to comment.