We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96993f commit ef7b727Copy full SHA for ef7b727
1 file changed
.github/workflows/e2e.yml
@@ -17,6 +17,10 @@ jobs:
17
- uses: actions/setup-node@v6
18
with:
19
node-version: '24'
20
+ - name: Install bubblewrap
21
+ run: |
22
+ sudo apt-get update
23
+ sudo apt-get install --yes bubblewrap
24
- name: Install dependencies
25
run: npm ci
26
- name: Run e2e tests
0 commit comments