Skip to content

Commit

Permalink
Attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceColl committed Mar 5, 2024
1 parent 2590b33 commit 519f0ec
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: test
name: 'CI'

on:
push:
branches:
Expand All @@ -7,30 +8,20 @@ on:
pull_request:

jobs:
test:
tests:
runs-on: ubuntu-latest

strategy:
matrix:
lisp:
- sbcl-bin
- ccl-bin

defaults:
run:
shell: bash
env:
LISP: ${{ matrix.lisp }}

steps:
- uses: actions/checkout@v4
- name: Restore cache
id: cache-ql
uses: actions/cache@v3
with:
path: |
~/.roswell
~/.cache/common-lisp
key: ${{ runner.os }}-ql
- name: Install Lisp
uses: 40ants/setup-lisp@v2
with:
Expand Down

0 comments on commit 519f0ec

Please sign in to comment.