Sync the two-fer
exercise's docs with the latest data. (#738)
#634
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
name: CI | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
test: | |
runs-on: macos-13 | |
env: | |
RUNALL: "true" | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 | |
- name: Run tests | |
run: swift test | |
generator-tests: | |
runs-on: macos-13 | |
env: | |
RUNALL: "true" | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 | |
- name: Run tests | |
run: swift test --package-path ./generator | |
generator-template-tests: | |
runs-on: macos-13 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 | |
- name: Run tests | |
run: ./bin/test_generator.sh |