We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build
1 parent 2fba96e commit 71c22c0Copy full SHA for 71c22c0
.github/workflows/main-ci.yml
@@ -20,7 +20,11 @@ concurrency:
20
cancel-in-progress: ${{ github.ref == 'refs/heads/main' }}
21
22
jobs:
23
+ build:
24
+ uses: ./.github/workflows/reusable-build.yml
25
+
26
test:
27
+ needs: [build]
28
uses: ./.github/workflows/reusable-test.yml
29
with:
- type: main
30
+ type: main
0 commit comments