Skip to content

Commit b2d9a58

Browse files
committed
adjused build
1 parent 000698d commit b2d9a58

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

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

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

153154
maven-deploy:
154155
runs-on: ubuntu-latest
155-
needs: [build, test-mssql, test-mssql-virtual, test-mariadb]
156+
needs:
157+
[build, test-mssql, test-mssql-virtual, test-mariadb, test-postgres]
156158
if: ${{ github.ref == 'refs/heads/main' }}
157159
steps:
158160
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)