Skip to content

Concept: Looping (#713) #29

Concept: Looping (#713)

Concept: Looping (#713) #29

Workflow file for this run

# Run all tests for commits to master
name: bash / master
on:
push:
branches:
- master
- main
jobs:
ci:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install bats-core
run: sudo apt update && sudo apt -y install bats
# bats v1.10.0 -- https://launchpad.net/ubuntu/noble/+source/bats
- name: Run tests for all exercises
run: bash .github/scripts/ci