Skip to content

Commit 912ece5

Browse files
committed
Update release.yaml
1 parent 153ba62 commit 912ece5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
cache: "pnpm"
2222
- run: pnpm install --frozen-lockfile
2323

24-
- name: Test
25-
run: pnpm test
26-
2724
- name: Build
2825
run: pnpm build
2926

3027
- name: Lint
3128
run: pnpm lint
3229

30+
- name: Test
31+
run: pnpm test
32+
3333
- name: Create Release Pull Request or Publish
3434
id: changesets
3535
uses: changesets/action@v1

0 commit comments

Comments
 (0)