Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub ActionsによるServerの自動動作確認 #26

Merged
merged 31 commits into from
Aug 20, 2024

Conversation

hyouhyan
Copy link
Member

@hyouhyan hyouhyan commented Aug 19, 2024

確認事項

  • マージ先,マージ元のブランチは正しいですか?

  • mainに直接マージしようとしていませんか?

  • コミット,ファイルで変更点を確認しましたか?

  • Privateな情報が入っていないですか?

実装内容(変更点)

  • GitHub Actionsの追加
    • プルリクをトリガーとしテストを実行
    • サーバーの起動、テストの実行は全てmake経由で実行

伝達事項

https://github.com/nanocom2024/nanoRelation_Server/actions/runs/10455812925?pr=26
上記URLにアクセスし、「Re-run all jobs」を押すと動作確認できます。

image

hyouhyan and others added 29 commits August 19, 2024 19:23
@hyouhyan hyouhyan requested a review from k22036 August 19, 2024 14:19
@hyouhyan hyouhyan linked an issue Aug 19, 2024 that may be closed by this pull request
@hyouhyan
Copy link
Member Author

hyouhyan commented Aug 20, 2024

要修正】修正済み
サーバー起動からテスト実行までがほぼノータイムなため、場合によってコネクションエラーが起きる

@k22036 k22036 merged commit f68666d into dev Aug 20, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

testをGitHubActionsで実行できるようにする
2 participants