Skip to content

Commit 71c22c0

Browse files
authored
ci(main): add build job
1 parent 2fba96e commit 71c22c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ concurrency:
2020
cancel-in-progress: ${{ github.ref == 'refs/heads/main' }}
2121

2222
jobs:
23+
build:
24+
uses: ./.github/workflows/reusable-build.yml
25+
2326
test:
27+
needs: [build]
2428
uses: ./.github/workflows/reusable-test.yml
2529
with:
26-
type: main
30+
type: main

0 commit comments

Comments
 (0)