Skip to content

Commit

Permalink
Use separate invocaations
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed May 27, 2024
1 parent e55cac8 commit 8378326
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-current-practice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
run: |
for lisp in abcl acl ccl clasp cmucl ecl mkcl sbcl; do
echo "::group::${lisp}"
lisp -i $lisp -e "(ql:quickload :wscl-evaluator)" -e "(wscl-evaluator:eval-issues)"
for FILE in wscl-issues/draft/*; do
lisp -i $lisp -e "(ql:quickload :wscl-evaluator)" -e "(wscl-evaluator:eval-issues \"$FILE\")"
done
echo "::endgroup::"
done
- name: diff
Expand Down

0 comments on commit 8378326

Please sign in to comment.