Skip to content

Commit 8d723ae

Browse files
committed
chore(release action): build before testing
1 parent 1e70896 commit 8d723ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ on:
1515
default: false
1616

1717
jobs:
18+
build:
19+
uses: './.github/workflows/build.yml'
20+
1821
test:
22+
needs: ['build']
1923
uses: './.github/workflows/test.yml'
2024
with:
2125
reportCoverage: false

0 commit comments

Comments
 (0)