Skip to content

Commit f762906

Browse files
committed
chore: tweak
1 parent 0b6a889 commit f762906

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ env:
7474

7575
jobs:
7676
test:
77-
name: Test
77+
name: Run release
7878
runs-on: ubuntu-latest
7979
steps:
8080
- name: Init
@@ -96,9 +96,9 @@ jobs:
9696
- name: Build
9797
run: pnpm build
9898
- name: Run unit tests
99-
run: pnpm lint
100-
- name: Lint
10199
run: pnpm test
100+
- name: Lint
101+
run: pnpm lint
102102
timeout-minutes: 15
103103
- name: Get installed Playwright version
104104
id: playwright-version

0 commit comments

Comments
 (0)