Skip to content

Commit

Permalink
ci: fix test call in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Dec 16, 2024
1 parent 76d3132 commit 1b49cc3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/unittest.yml
uses: ./.github/workflows/unittest.yml

release:
needs: test
Expand Down

0 comments on commit 1b49cc3

Please sign in to comment.