Skip to content

Commit 4a6697b

Browse files
authored
fix: missing cypress binary at ci (#1672)
* fix: missing cypress binary at ci * chore: updated snapshots * chore: udpate images for now
1 parent c74c4c8 commit 4a6697b

12 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ jobs:
3838
- run: npm run test:ci
3939
continue-on-error: true
4040
- run: npm run test:schematics
41-
- run: npm run e2e:ci
41+
- run: |
42+
npx cypress install
43+
npm run e2e:ci

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
- run: npm run test:schematics
4545
- run: npm run test:ci
4646
continue-on-error: true
47-
- run: npm run e2e:ci
47+
- run: |
48+
npx cypress install
49+
npm run e2e:ci
4850
4951
# build docs
5052
- run: npm run build:prod -- --base-href /ng2-charts/next/
-2.35 KB
Loading
-1.87 KB
Loading
-37.2 KB
Loading
-1.95 KB
Loading
-23.9 KB
Loading
-17.7 KB
Loading
-52.5 KB
Loading
-62.3 KB
Loading

0 commit comments

Comments
 (0)