Skip to content

Bump actions/checkout from 3.1.0 to 3.3.0 (#593) #625

Bump actions/checkout from 3.1.0 to 3.3.0 (#593)

Bump actions/checkout from 3.1.0 to 3.3.0 (#593) #625

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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- 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