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:

  1. A`on: workflow_dispatch` only
  2. B`on: commit`
  3. C`trigger: all`
  4. D`on: [push, pull_request]`
Answers, scoring, hints, and the full battle stay sealed.

// SKILL TAGS

ci-cdgithub-actionspipelinestest-automation