Sync the kindergarten-garden
exercise's docs with the latest data. …
#168
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run all tests for commits to master | |
name: bash / master | |
on: | |
push: | |
branches: | |
- master | |
- main | |
jobs: | |
ci: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b | |
- name: Install bats-core | |
run: sudo apt update && sudo apt -y install bats | |
- name: Run tests for all exercises | |
run: bash .github/scripts/ci |