File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -38,20 +38,20 @@ jobs:
3838 - run : pnpm install
3939 - run : pnpm test:unit
4040 playwright :
41- name : Playwright Tests
42- runs-on : ubuntu-latest
43- container :
44- image : mcr.microsoft.com/playwright:v1.44.1-jammy
45- steps :
46- - uses : actions/checkout@v4
47- - run : corepack enable
48- - uses : actions/setup-node@v4
49- with :
50- node-version : 18
51- - name : Install dependencies
52- run : pnpm install && pnpm build:lib && pnpm --filter site prepare-test:e2e
53- - name : Run your tests
54- run : pnpm test:e2e
55- env :
56- HOME : /root
57- continue-on-error : true
41+ name : Playwright Tests
42+ runs-on : ubuntu-latest
43+ container :
44+ image : mcr.microsoft.com/playwright:v1.44.1-jammy
45+ steps :
46+ - uses : actions/checkout@v4
47+ - run : corepack enable
48+ - uses : actions/setup-node@v4
49+ with :
50+ node-version : 18
51+ - name : Install dependencies
52+ run : pnpm install && pnpm build:lib && pnpm --filter site prepare-test:e2e
53+ - name : Run your tests
54+ run : pnpm test:e2e
55+ env :
56+ HOME : /root
57+ continue-on-error : true
You can’t perform that action at this time.
0 commit comments