Skip to content

Commit 7e22bd4

Browse files
authored
ci: test
1 parent d9ccbe7 commit 7e22bd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/flow.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111
jobs:
1212
check:
1313
uses: ./.github/workflows/basic_check.yml
14-
# test:
15-
# uses: ./.github/workflows/test.yml
14+
test:
15+
uses: ./.github/workflows/test.yml
1616
deployment:
1717
needs:
18-
# # - test
18+
- test
1919
- check
2020
uses: ./.github/workflows/deployment.yml
2121
secrets: inherit

0 commit comments

Comments
 (0)