Skip to content

Commit d7a5224

Browse files
committed
fix ci
1 parent 06f15db commit d7a5224

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
name: imagekit-package # puts .tgz into $GITHUB_WORKSPACE by default
6363

64-
- name: 🔧 Install demo-app deps + local package
64+
- name: 🚀 Run E2E tests
6565
run: |
6666
# ── figure out the real .tgz filename (there’s only one) ───────────────
6767
PKG_TGZ="$(ls "$GITHUB_WORKSPACE"/imagekit-vue-*.tgz)"
@@ -71,11 +71,7 @@ jobs:
7171
cd test-apps/${{ matrix.app }}
7272
npm install
7373
npm install "$PKG_TGZ" --no-save
74-
75-
- name: 🧑‍💻 Install Playwright browsers
76-
run: npx playwright install --with-deps
77-
78-
- name: 🚀 Run E2E tests
79-
run: npm run test:e2e
74+
npx playwright install --with-deps
75+
npm run test:e2e
8076
env:
8177
CI: true

0 commit comments

Comments
 (0)