Skip to content

Commit

Permalink
コマンドのオプションを修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
Fumika Koyama committed Nov 7, 2023
1 parent c56373e commit ab9a32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/samples-dressca-backend.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
--hostname sql1 \
-d \
mcr.microsoft.com/mssql/server:2022-latest
sudo docker exec -it sql1 "bash"
sudo docker exec sql1 "bash"
/opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P "P@ssw0rd" -q "CREATE DATABASE Dressca.Eshop;"
- id: run-tests
Expand Down

0 comments on commit ab9a32e

Please sign in to comment.