Skip to content

Commit

Permalink
DDO-3190 Update Azure e2e test (#2643)
Browse files Browse the repository at this point in the history
* Update rawls test

* Update billing project

* Don't escape charater

* Add quotes to billing project
  • Loading branch information
knapii-developments authored Dec 1, 2023
1 parent c270533 commit 73151ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rawls-run-azure-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,13 @@ jobs:
ref: refs/heads/main
token: ${{ env.TOKEN }}
inputs: '{
"additional-args": "{\"logging\":\"true\",\"java-version\":\"17\",\"billing-project\":\"${{ needs.params-gen.outputs.project-name }}\"}",
"run-name": "${{ env.RAWLS_SWAT_TESTS_RUN_NAME }}",
"bee-name": "${{ env.BEE_NAME }}",
"ENV": "qa",
"ref": "refs/heads/${{ needs.init-github-context.outputs.branch }}",
"test-group-name": "workspaces_azure",
"test-command": "${{ env.rawls_test_command }}",
"java-version": "17",
"billing-project": "${{ needs.params-gen.outputs.project-name }}",
"e2e-env": "${{ env.E2E_ENV }}",
"user-subjects": ${{ toJson(env.USER_SUBJECTS) }}
}'
Expand Down

0 comments on commit 73151ec

Please sign in to comment.