Skip to content

Commit

Permalink
コマンドを修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
Fumika Koyama committed Nov 9, 2023
1 parent efb5e78 commit d413499
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 @@ -99,7 +99,7 @@ jobs:
- name: 結合テスト用にSQL Serverをセットアップ
run: |
sudo docker load --input ${{ steps.imagetag.outputs.PATH_TAR }}
sudo docker run
sudo docker run mcr.microsoft.com/mssql/server:2022-latest
- id: run-tests
name: テストの実行
Expand Down

0 comments on commit d413499

Please sign in to comment.