S

Satya • 2.41K Points
Master

Q. Which file would you edit to automatically run tests on push using GitHub Actions?

  • (A) .gitignore
  • (B) README.md
  • (C) .github/workflows/ci.yml
  • (D) .github/actions/test.js
  • Correct Answer - Option(C)
  • Views: 8
  • Filed under category GitHub
  • Hashtags:

Explanation by: Satya
You can configure GitHub Actions in .github/workflows/ci.yml to run tests on push.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.