Skip to content

Commit 6431ef1

Browse files
committed
re-enable ci tests
1 parent 12a7013 commit 6431ef1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717
name: Build
1818
uses: ./.github/workflows/build.yaml
1919

20-
# test:
21-
# name: Test
22-
# uses: ./.github/workflows/test.yaml
23-
# secrets: inherit
20+
test:
21+
name: Test
22+
uses: ./.github/workflows/test.yaml
23+
secrets: inherit
2424

2525
release:
2626
name: Create release
2727
if: startsWith(github.ref, 'refs/tags/v')
2828
needs:
2929
- lint
3030
- build
31-
# - test
31+
- test
3232
runs-on: ubuntu-latest
3333
environment: release
3434
permissions:
@@ -57,7 +57,7 @@ jobs:
5757
needs:
5858
- lint
5959
- build
60-
# - test
60+
- test
6161
runs-on: ubuntu-latest
6262
environment: release
6363
permissions:

0 commit comments

Comments
 (0)