Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-neuma committed Jun 24, 2024
1 parent 9b56258 commit 0960b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nm-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: |
sudo apt-get install -y jq
jq --version
TEST_CONFIGS=${{ inputs.test_configs }}
TEST_CONFIGS="${{ inputs.test_configs }}"
echo "test configs: ${TEST_CONFIGS}"
# jq -re '""' <<< "${TEST_CONFIGS}"
exit 1
Expand Down

0 comments on commit 0960b23

Please sign in to comment.