Skip to content

Commit

Permalink
checking out after tds_fdw
Browse files Browse the repository at this point in the history
Signed-off-by: pranav jain <[email protected]>
  • Loading branch information
pranavJ23 committed Jan 15, 2025
1 parent c7cd14c commit fae7674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jdbc-tests-pgaudit-enable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
with:
extension_branch: ${{ matrix.extension_branch }}

- uses: actions/checkout@v2

- name: Build tds_fdw Extension
id: build-tds_fdw-extension
Expand All @@ -67,6 +66,8 @@ jobs:
if: always() && steps.build-tds_fdw-extension.outcome == 'success'
uses: ./.github/composite-actions/build-vector-extension

- uses: actions/checkout@v2

- name: Build PostGIS Extension
id: build-postgis-extension
if: always() && steps.build-vector-extension.outcome == 'success'
Expand Down Expand Up @@ -104,7 +105,6 @@ jobs:
sudo sed -i '$a\ignore#!#babel_datatype_sqlvariant-vu-prepare' JDBC/jdbc_schedule
sudo sed -i '$a\ignore#!#babel_datatype_sqlvariant-vu-verify' JDBC/jdbc_schedule
sudo sed -i '$a\ignore#!#babel_datatype_sqlvariant-vu-cleanup' JDBC/jdbc_schedule
sudo sed -i '$a\ignore#!#linked_servers-vu-verify' JDBC/jdbc_schedule
- name: Run JDBC Tests
id: jdbc
Expand Down

0 comments on commit fae7674

Please sign in to comment.