Skip to content

Commit

Permalink
Merge pull request #44 from richm/fix-setting-TEST_ROLES-json
Browse files Browse the repository at this point in the history
TEST_ROLES must be single line json
  • Loading branch information
richm authored Sep 20, 2024
2 parents 1724127 + 946f16c commit 5821a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get_python_modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set variables used by all tests
id: set_vars
run: |
echo "TEST_ROLES=$TEST_ROLES" >> $GITHUB_OUTPUT
echo "TEST_ROLES=${{ toJSON(fromJSON(env.TEST_ROLES)) }}" >> $GITHUB_OUTPUT
prepare_role_vars:
name: Get info from test roles
Expand Down

0 comments on commit 5821a41

Please sign in to comment.