Skip to content

🤖 Sync org-wide files to upstream repo #594

🤖 Sync org-wide files to upstream repo

🤖 Sync org-wide files to upstream repo #594

Workflow file for this run

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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: Run tests
run: swift test
generator-tests:
runs-on: macos-13
env:
RUNALL: "true"
steps:
- name: Checkout code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: Run tests
run: swift test --package-path ./generator
generator-template-tests:
runs-on: macos-13
steps:
- name: Checkout code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: Run tests
run: ./bin/test_generator.sh