Skip to content

Commit 43820ed

Browse files
chore: fix e2e workflow
1 parent e5d7934 commit 43820ed

File tree

6 files changed

+462
-433
lines changed

6 files changed

+462
-433
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- 'packages/icons/**'
1010
workflow_dispatch:
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
e2e:
1417
runs-on: ubuntu-latest
@@ -32,7 +35,7 @@ jobs:
3235
restore-keys: ${{ runner.os }}-cypress-
3336

3437
- name: Install & build dependencies
35-
run: pnpm bootstrap
38+
run: pnpm install && pnpm -r build
3639

3740
- name: Prepare Cypress – Spawn Xvfb server
3841
run: Xvfb :99 &

packages/components-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@cypress/schematic": "2.5.2",
3636
"@typescript-eslint/eslint-plugin": "7.18.0",
3737
"@typescript-eslint/parser": "7.18.0",
38-
"cypress": "13.13.2",
38+
"cypress": "14.3.2",
3939
"eslint": "8.57.0",
4040
"karma": "6.4.4",
4141
"karma-chrome-launcher": "3.2.0",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@typescript-eslint/eslint-plugin": "7.18.0",
5858
"@typescript-eslint/parser": "7.18.0",
5959
"bootstrap": "5.3.3",
60-
"cypress": "13.13.2",
60+
"cypress": "14.3.2",
6161
"cypress-axe": "1.5.0",
6262
"cypress-storybook": "1.0.0",
6363
"eslint": "8.57.0",

packages/documentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/react-syntax-highlighter": "15.5.13",
6262
"@typescript-eslint/eslint-plugin": "7.18.0",
6363
"@typescript-eslint/parser": "7.18.0",
64-
"cypress": "13.13.2",
64+
"cypress": "14.3.2",
6565
"cypress-axe": "1.5.0",
6666
"eslint": "8.57.0",
6767
"eslint-config-prettier": "9.1.0",

packages/internet-header/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@types/throttle-debounce": "5.0.2",
6666
"babel-loader": "9.1.3",
6767
"bootstrap": "5.3.3",
68-
"cypress": "13.13.2",
68+
"cypress": "14.3.2",
6969
"cypress-each": "1.14.0",
7070
"cypress-storybook": "1.0.0",
7171
"eslint": "8.57.0",

0 commit comments

Comments
 (0)