Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
cahrens committed Dec 14, 2023
1 parent 1ceb42e commit 6f295a6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/rawls-run-azure-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,11 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- name: Echo Rawls version if branch is being built
if: ${{ inputs.build-branch}}
- name: Echo Rawls version and environment template
run: |
echo '${{ needs.rawls-build-tag-publish-job.outputs.custom-version-json }}'
echo "built custom Rawls=${{ inputs.build-branch}}"
echo "custom build Rawls version=${{ needs.rawls-build-tag-publish-job.outputs.custom-version-json }}"
echo "version-template=${{ inputs.bee-version-template }}"
- name: dispatch to terra-github-workflows
uses: broadinstitute/[email protected]
Expand Down Expand Up @@ -230,7 +231,7 @@ jobs:
"run-name": "${{ env.RAWLS_SWAT_TESTS_RUN_NAME }}",
"bee-name": "${{ env.BEE_NAME }}",
"ENV": "qa",
"ref": "",
"ref": "${{ (inputs.build-branch && refs/heads/${{ needs.init-github-context.outputs.branch }}) || '' }}",
"test-group-name": "workspaces_azure",
"test-command": "${{ env.rawls_test_command }}",
"e2e-env": "${{ env.E2E_ENV }}",
Expand Down

0 comments on commit 6f295a6

Please sign in to comment.