Skip to content

Commit 33da63f

Browse files
committed
chore: test after build
1 parent 46a618c commit 33da63f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
run: yarn install --immutable
4343
- name: Ensure linted
4444
run: yarn run ensure-linted
45-
- name: Test
46-
run: yarn test
4745
- name: Build
4846
run: yarn build
47+
- name: Test
48+
run: yarn test
4949
- name: Release
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)