File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- name : sh-test
1
+ name : ci-tests
2
2
on :
3
3
push :
4
4
workflow_dispatch :
19
19
- uses : actions/checkout@v4
20
20
- name : Install
21
21
uses : ' ./.github/actions/cached-npm-install'
22
+ - name : Chromium install
23
+ run : npx playwright install chromium --with-deps --only-shell
22
24
- name : Run unit tests
23
25
run : npm test
24
26
env :
@@ -30,10 +32,12 @@ jobs:
30
32
- uses : actions/checkout@v4
31
33
- name : Install
32
34
uses : ' ./.github/actions/cached-npm-install'
35
+ - name : Chromium install
36
+ run : npx playwright install chromium --with-deps --only-shell
33
37
- name : Run e2e tests
34
38
continue-on-error : false
35
39
run : |
36
- npx playwright test -c e2e/e2e.config.ts
40
+ npx playwright test -c e2e/e2e.config.ts
37
41
env :
38
42
CI : true
39
43
build :
45
49
uses : ' ./.github/actions/cached-npm-install'
46
50
- name : Build package
47
51
run : npm run build:pkg
52
+
You can’t perform that action at this time.
0 commit comments