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: Continuous Integration の Step 18 で status checks のリストを選択しにくい #7

Open
dzeyelid opened this issue Jun 16, 2021 · 0 comments
Labels
bug Something isn't working GitHub Actions: Continuous Integration GitHub Learning Lab "GitHub Actions: Continuous Integration" に関する

Comments

@dzeyelid
Copy link
Contributor

現象

GitHub Actions: Continuous Integration の Step 18 で、下記のように指示があるが、現在の Require status checks to pass before merging の設定では、チェックボックス形式ではなく検索ボックスに該当の名称を入力して選択する方法に変わっているため、手順がわかりにくい。

5. Check Require status checks to pass before merging.
6. Check all build and test jobs that you'd like to see in the newly visible gray box.

対処

選ぶべき status の文字列は、プルリクエストの「Checks」タブから確認することができる。

image

ここでは、下記の status をリストに追加することでコースを進められる。

 build
 test (ubuntu-latest, 12.x)
 test (ubuntu-latest, 14.x)
 test (windows-2016, 12.x)
 test (windows-2016, 14.x)

最終的にこのようになる。

image

@dzeyelid dzeyelid added bug Something isn't working documentation Improvements or additions to documentation GitHub Actions: Continuous Integration GitHub Learning Lab "GitHub Actions: Continuous Integration" に関する and removed documentation Improvements or additions to documentation labels Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GitHub Actions: Continuous Integration GitHub Learning Lab "GitHub Actions: Continuous Integration" に関する
Projects
None yet
Development

No branches or pull requests

1 participant