Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jan 10, 2025
1 parent 0e00031 commit d6d83e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rakkas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export async function test(options: RunOptions) {
// This is needed to run puppeteer in Ubuntu 23+
// https://github.com/puppeteer/puppeteer/pull/13196
beforeTest: process.env.GITHUB_ACTIONS
? 'echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns'
? 'sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns'
: undefined,
test: 'vite-ecosystem-ci',
})
Expand Down

0 comments on commit d6d83e8

Please sign in to comment.