Skip to content

Commit

Permalink
attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jyang-broad committed Feb 6, 2024
1 parent 4a16151 commit cd68b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-integration-test-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
steps:
- id: setVariables
env:
input: ${{ inputs.tests_to_run }}
TESTS_TO_RUN: ${{ inputs.tests_to_run }}
run: |
echo "tests=`echo {} | jq '"$input" | split(",")'`" >> $GITHUB_OUTPUT
echo "tests=`echo {} | jq --arg tests_to_run \"${TESTS_TO_RUN}\" '"$tests_to_run" | split(",")'`" >> $GITHUB_OUTPUT
# run terra-ui e2e tests, short name for better GHA readability
terraui-e2e:
Expand Down

0 comments on commit cd68b50

Please sign in to comment.