Skip to content

Commit 1f58b16

Browse files
Streamline E2E test workflow by removing explicit Rollup installation and updating npm ci command
1 parent b584772 commit 1f58b16

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ jobs:
1414
cancel-in-progress: true
1515

1616
steps:
17-
- name: Install Rollup helper explicitly
18-
run: npm install --no-save --omit=dev @rollup/rollup-linux-x64-gnu@$(node -p "require('./package.json').devDependencies.rollup || '4'")
19-
2017
- uses: actions/checkout@v4
2118
- uses: actions/setup-node@v4
2219
with: { node-version: 20, cache: npm }
23-
- run: npm ci
20+
- run: npm ci --omit=optional
2421

2522
- uses: supabase/setup-cli@v1
2623
with: { version: 2.24.3 }

0 commit comments

Comments
 (0)