Skip to content

Commit

Permalink
Merge pull request #652 from NitorCreations/fix-latest-sqlserver-ites…
Browse files Browse the repository at this point in the history
…t-issue

Troubleshoot latest SQL server itest failure
  • Loading branch information
eputtone authored Oct 1, 2024
2 parents 62963ef + db20dfc commit 48fdd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
matrix:
java: [ '17', '21' ]
db: [ 'h2', 'mariadb', 'postgresql', 'mysql', 'sqlserver', 'db2', 'oracle' ]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
SPRING_PROFILES_ACTIVE: nflow.db.${{ matrix.db }}
DB_VERSION: ${{ matrix.java == 17 && 'old' || 'latest' }}
Expand Down

0 comments on commit 48fdd9f

Please sign in to comment.