CI/CD & DevOps / Quiz
Actions Stations
Triggers, jobs, matrices, and fresh runners: the GitHub Actions mechanics every test workflow stands on.
- Difficulty
- Easy
- Format
- Quiz
- Points
- 100
- Estimate
- 10 min
// MISSION BRIEF
Your Mission
Before you can debug a test pipeline you must know what the runner actually does. This quiz covers GitHub Actions fundamentals for test workflows: triggers, job parallelism, matrix expansion, fail-fast, and moving files between jobs.
Scoring: timed quiz; accuracy first, speed bonus for fast clean runs.
// FIRST CONTACT
Battle teaser
You want the test suite to run on every push AND every pull request. The trigger block:
- A`on: workflow_dispatch` only
- B`on: commit`
- C`trigger: all`
- D`on: [push, pull_request]`
Answers, scoring, hints, and the full battle stay sealed.
// SKILL TAGS
ci-cdgithub-actionspipelinestest-automation