Skip to content

Commit 217dc57

Browse files
authored
deploy after mssql tests
1 parent 2c011fe commit 217dc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
maven-deploy:
8585
runs-on: ubuntu-latest
86-
needs: [build]
86+
needs: [build, test-mssql]
8787
if: ${{ github.ref == 'refs/heads/main' }}
8888
steps:
8989
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)