Skip to content

Commit

Permalink
Add ansi-test-harness
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Oct 13, 2023
1 parent ea63bc6 commit 6fc8f4b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ jobs:
image: ghcr.io/yitzchak/archlinux-cl:latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: yitzchak/ansi-test-harness
path: ansi-test-harness
- name: Checkout Repository
uses: actions/checkout@v4
with:
path: anatomicl
- name: Setup Lisp Environment
run: |
make-rc
Expand Down

0 comments on commit 6fc8f4b

Please sign in to comment.