Skip to content

Commit 15cdce0

Browse files
committed
Chore: build before test
1 parent 24f907b commit 15cdce0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
33-
- name: Test
34-
run: yarn test
35-
32+
3633
- name: Build
3734
run: yarn nx run workspace:packages:build
35+
36+
- name: Test
37+
run: yarn test
3838

3939
# - name: Check Types (TypeScript)
4040
# run: yarn nx run workspace:packages:check-types

0 commit comments

Comments
 (0)