We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a7013 commit 6431ef1Copy full SHA for 6431ef1
.github/workflows/ci.yaml
@@ -17,18 +17,18 @@ jobs:
17
name: Build
18
uses: ./.github/workflows/build.yaml
19
20
- # test:
21
- # name: Test
22
- # uses: ./.github/workflows/test.yaml
23
- # secrets: inherit
+ test:
+ name: Test
+ uses: ./.github/workflows/test.yaml
+ secrets: inherit
24
25
release:
26
name: Create release
27
if: startsWith(github.ref, 'refs/tags/v')
28
needs:
29
- lint
30
- build
31
- # - test
+ - test
32
runs-on: ubuntu-latest
33
environment: release
34
permissions:
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
63
0 commit comments