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 06f15db commit d7a5224Copy full SHA for d7a5224
.github/workflows/nodejs.yml
@@ -61,7 +61,7 @@ jobs:
61
with:
62
name: imagekit-package # puts .tgz into $GITHUB_WORKSPACE by default
63
64
- - name: 🔧 Install demo-app deps + local package
+ - name: 🚀 Run E2E tests
65
run: |
66
# ── figure out the real .tgz filename (there’s only one) ───────────────
67
PKG_TGZ="$(ls "$GITHUB_WORKSPACE"/imagekit-vue-*.tgz)"
@@ -71,11 +71,7 @@ jobs:
71
cd test-apps/${{ matrix.app }}
72
npm install
73
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
+ npx playwright install --with-deps
+ npm run test:e2e
80
env:
81
CI: true
0 commit comments