Skip to content

Commit e09918e

Browse files
committed
fix: make a single for all tests passing
1 parent f2bed83 commit e09918e

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,12 @@ permissions:
1010
pull-requests: read
1111

1212
jobs:
13-
test:
13+
run-tests:
1414
uses: ./.github/workflows/test.yml
15+
16+
test:
17+
runs-on: ubuntu-latest
18+
needs: run-tests
19+
steps:
20+
- name: All tests passed
21+
run: echo "All tests passed successfully"

0 commit comments

Comments
 (0)