Skip to content

Commit 1b49cc3

Browse files
committed
ci: fix test call in release action
1 parent 76d3132 commit 1b49cc3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ on:
77

88
jobs:
99
test:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions/checkout@v4
13-
- uses: ./.github/workflows/unittest.yml
10+
uses: ./.github/workflows/unittest.yml
1411

1512
release:
1613
needs: test

0 commit comments

Comments
 (0)