Skip to content

Commit cb92cd0

Browse files
authored
Update release.yml
1 parent f4ed447 commit cb92cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
release:
4747
name: Release
4848
runs-on: ubuntu-latest
49-
needs: [unit-test]
49+
needs: [unit-test,it-test]
5050
env:
5151
TRAVIS: yes
5252
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)