Skip to content

Bump actions/checkout from 4.1.4 to 4.1.6 #653

Bump actions/checkout from 4.1.4 to 4.1.6

Bump actions/checkout from 4.1.4 to 4.1.6 #653

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