Skip to content

Commit

Permalink
create catalog in the ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tmasternak authored and WilliamBZA committed Nov 4, 2024
1 parent 7fb2505 commit 7135abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
echo "Create extra databases"
sqlcmd -Q "CREATE DATABASE nservicebus1"
sqlcmd -Q "CREATE DATABASE nservicebus2"
sqlcmd -Q "CREATE DATABASE [n service.bus&*#]"
echo "Create additional schemas"
sqlcmd -Q "CREATE SCHEMA receiver AUTHORIZATION db_owner" -d "nservicebus"
Expand Down

0 comments on commit 7135abc

Please sign in to comment.