Skip to content

Commit 15ee484

Browse files
committed
try workflow again
1 parent c295f48 commit 15ee484

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ on: push
55
jobs:
66
test:
77
runs-on: ubuntu-latest
8-
container: fukamachi/qlot
8+
container: quicklisp/quicklisp-base
99
steps:
1010
- name: Checkout Repository
1111
uses: actions/checkout@v3
1212
- name: Run Tests
1313
run: |
1414
set -ex
15+
sbcl --eval '(ql:update-all-dists)' \
16+
--eval '(quit)'
1517
sbcl --disable-debugger \
1618
--load rope.asd \
1719
--eval '(asdf:test-system :rope)' \

0 commit comments

Comments
 (0)