Skip to content

Commit

Permalink
Run tests for log4cl-json
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Feb 4, 2024
1 parent 268d178 commit 26cd9d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
uses: ./run-tests/
with:
verbose: true
asdf-system: cl-info
asdf-system: log4cl-json

4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ runs:
- name: Run Tests
shell: lispsh -eo pipefail {0}
run: |
echo '::group::Running tests'
CL_SOURCE_REGISTRY=`pwd`/ qlot exec ${{ github.action_path }}/run-tests.ros ${{ inputs.asdf-system }} <<EOF
${{ inputs.run-tests }}
EOF
echo '::endgroup::'
env:
COVERALLS_REPO_TOKEN: "${{ inputs.coveralls-token }}"
VERBOSE: "${{ inputs.verbose }}"

0 comments on commit 26cd9d2

Please sign in to comment.