Skip to content

Commit 6cb3276

Browse files
committed
Update ci.yml
1 parent 4404dd1 commit 6cb3276

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ permissions:
1919
contents: read # to fetch code (actions/checkout)
2020

2121
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'
3030

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
3535

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

0 commit comments

Comments
 (0)