Skip to content

CI: pin GitHub Actions workflows (#767) #1304

CI: pin GitHub Actions workflows (#767)

CI: pin GitHub Actions workflows (#767) #1304

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@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Run Tests
uses: ./.github/actions/perform-system
with:
system: test-exercises
operation: test-system