Skip to content

Commit ed54235

Browse files
committed
Fix release pipeline
1 parent b38226a commit ed54235

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030

3131
- run: npm run test:ci
3232
- run: |
33-
npx cypress install
34-
npm run e2e:ci
33+
npm run e2e
3534
3635
# build docs
3736
- run: npm run build:prod -- --base-href /ng2-charts/next/

0 commit comments

Comments
 (0)