Skip to content

Commit

Permalink
コマンドを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshikyoto committed Feb 17, 2024
1 parent 7c91d2a commit 6d2769b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
retry_wait_seconds: 10 # マイグレーションに失敗したら10秒待ってリトライする
max_attempts: 3 # 3回失敗したらCI失敗とする
timeout_minutes: 1 # 実行に1分以上かかっていたら失敗とする
command: cd api && go run cmd/main.go migrate
command: cd api && go run cmd/main.go db:migrate

- name: Test
working-directory: api
Expand Down

0 comments on commit 6d2769b

Please # to comment.