Skip to content

Commit

Permalink
fixing idp env
Browse files Browse the repository at this point in the history
  • Loading branch information
goulter committed Jan 15, 2025
1 parent 31a3f80 commit 18db67a
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/scheduled-idp-web-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,18 @@ jobs:
echo report_dir=${report_dir} >> $GITHUB_OUTPUT
echo storyboard_link=${storyboard_url}/${report_dir}/index.html >> $GITHUB_OUTPUT
echo workflow_link=${{ env.workflow_link }} >> $GITHUB_OUTPUT
echo "::set-output name=idp-env::${{ matrix.idp_env }}
env:
storyboard_url: https://identity-artifact.iamdev.s.uw.edu/
workflow_link: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
outputs:
idp-env: ${{ steps.configure.outputs.idp-env }}

- id: configure
run: echo configuring="configuring" >> $GITHUB_OUTPUT
env:
INPUT_TARGET_IDP_ENV: ${{ matrix.idp_env }}

- uses: UWIT-IAM/actions/[email protected]
- uses: UWIT-IAM/actions/[email protected]
with:
gcloud-token: ${{ secrets.TEST_RUNNER_GOOGLE_TOKEN }}

- name: Notify Teams of Test Run Start
env:
IDP_ENV: ${{ env.INPUT_TARGET_IDP_ENV }}
IDP_ENV: ${{ env.idp-env }}
INPUT_REASON: ${{ steps.config.outputs.input-reason }}
run: |
curl -H "Content-Type: application/json" \
Expand Down

0 comments on commit 18db67a

Please sign in to comment.