Skip to content

Pin GitHub Actions runners to a specific version (#765) #1299

Pin GitHub Actions runners to a specific version (#765)

Pin GitHub Actions runners to a specific version (#765) #1299

name: Test Exercises
on: [push, pull_request]
jobs:
run-tests:
timeout-minutes: 30
runs-on: ubuntu-22.04
container:
image: clfoundation/sbcl
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Tests
uses: ./.github/actions/perform-system
with:
system: test-exercises
operation: test-system