Skip to content

sync recent problem-spec changes (#702) #180

sync recent problem-spec changes (#702)

sync recent problem-spec changes (#702) #180

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@692973e3d937129bcbf40652eb9f2f61becf3332
- 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