Skip to content

Commit

Permalink
Update treadmill-ci-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lschuermann authored Nov 1, 2024
1 parent a95b6a1 commit 2259700
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/treadmill-ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ jobs:
- name: Select all defined tests
id: analyze-changes
run: |
HWCI_TESTS_JSON="$(jq -n '$ARGS.positional' --args hwci/tests/*)"
echo "Selected HWCI tests: ${HWCI_TESTS_JSON}"
pushd hwci/
HWCI_TESTS_JSON="$(jq -c -n '$ARGS.positional' --args tests/*.py)"
echo "Selected HWCI tests: $(echo "${HWCI_TESTS_JSON}" | jq .)"
echo "hwci-tests=${HWCI_TESTS_JSON}" >> "$GITHUB_OUTPUT"
popd
run-treadmill-ci:
needs: [analyze-changes]
Expand Down

0 comments on commit 2259700

Please sign in to comment.