GitHub-Actions Exam Question 21

GitHub-hosted runners support which capabilities? (Choose two.)
  • GitHub-Actions Exam Question 22

    How should you install the bats NPM package in your workflow?
  • GitHub-Actions Exam Question 23

    As a developer, you want to review the step that caused a workflow failure and the failed step's build logs.
    First navigate to the main page of the repository on GitHub. Which section contains the step failure information?
  • GitHub-Actions Exam Question 24

    You installed specific software on a Linux self-hosted runner. You have users with workflows that need to be able to select the runner based on the identified custom software. Which steps should you perform to prepare the runner and your users to run these workflows? (Choose two.)
  • GitHub-Actions Exam Question 25

    Where should workflow files be stored to be triggered by events in a repository?