Skip to content

Commit

Permalink
removed sqlserver script
Browse files Browse the repository at this point in the history
  • Loading branch information
kcs-bandihareesh committed Oct 9, 2024
1 parent 0df114d commit dd81b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
"-Dhsqldb.database.url=jdbc:hsqldb:file:target/hsqldb;shutdown=true" \
-Dhsqldb.database.user=SA -Dhsqldb.database.password= -Pcoverage,hsqldb verify &&
bash test-postgres.sh &&
bash test-sqlserver.sh
bash test-oracle.sh
- name: Display Surefire reports on failure
if: failure()
Expand Down

0 comments on commit dd81b8a

Please sign in to comment.