Skip to content

Commit

Permalink
Clone quaviver when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scymtym committed Jun 27, 2024
1 parent 675a7c2 commit ce96beb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
--eval '(quicklisp-quickstart:install)' \
--quit
- name: Fetch dependencies
run: |
mkdir -p "${HOME}/quicklisp/local-projects"
cd "${HOME}/quicklisp/local-projects"
git clone https://github.com/s-expressionists/quaviver
- name: Run tests
run: |
sbcl --noinform --disable-debugger \
Expand Down

0 comments on commit ce96beb

Please sign in to comment.