Skip to content

Commit 28bc245

Browse files
committed
adjusted build
1 parent 6aca74e commit 28bc245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123

124124
java-doc:
125125
runs-on: ubuntu-latest
126-
needs: [build]
126+
needs: [build, test-mssql, test-mssql-virtual, test-mariadb]
127127
if: ${{ github.ref == 'refs/heads/main' }}
128128
permissions:
129129
contents: write # if you have a protection rule on your repository, you'll need to give write permission to the workflow.
@@ -152,7 +152,7 @@ jobs:
152152

153153
maven-deploy:
154154
runs-on: ubuntu-latest
155-
needs: [build, test-mssql, test-postgres, test-mariadb]
155+
needs: [build, test-mssql, test-mssql-virtual, test-mariadb]
156156
if: ${{ github.ref == 'refs/heads/main' }}
157157
steps:
158158
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)