File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -19,23 +19,23 @@ permissions:
19
19
contents : read # to fetch code (actions/checkout)
20
20
21
21
jobs :
22
- test :
23
- timeout-minutes : 60
24
- runs-on : ubuntu-latest
25
- steps :
26
- - uses : actions/checkout@v4
27
- - uses : actions/setup-node@v4
28
- with :
29
- node-version : ' 18.x'
22
+ test :
23
+ timeout-minutes : 60
24
+ runs-on : ubuntu-latest
25
+ steps :
26
+ - uses : actions/checkout@v4
27
+ - uses : actions/setup-node@v4
28
+ with :
29
+ node-version : ' 18.x'
30
30
31
- - run : pnpm install --frozen-lockfile
32
- - run : pnpm playwright install --with-deps
33
- - run : pnpm build:packages
34
- - run : pnpm test || exit 1
31
+ - run : pnpm install --frozen-lockfile
32
+ - run : pnpm playwright install --with-deps
33
+ - run : pnpm build:packages
34
+ - run : pnpm test || exit 1
35
35
36
- - uses : actions/upload-artifact@v4
37
- if : ${{ !cancelled() }}
38
- with :
39
- name : playwright-report
40
- path : playwright-report/
41
- retention-days : 30
36
+ - uses : actions/upload-artifact@v4
37
+ if : ${{ !cancelled() }}
38
+ with :
39
+ name : playwright-report
40
+ path : playwright-report/
41
+ retention-days : 30
You can’t perform that action at this time.
0 commit comments