Skip to content

Commit

Permalink
why ?
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk committed Aug 16, 2024
1 parent b6f61e9 commit 495c356
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/health_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,11 @@ jobs:
id: check
run: echo "run_e2e=$(npx tsx scripts/do_include_e2e.ts)" >> "$GITHUB_OUTPUT"
- run: echo run_e2e set to ${{ steps.check.outputs.run_e2e }}
- run: echo "e2e_test_account_number=$(npx tsx scripts/select_e2e_test_account.ts)" >> "$GITHUB_OUTPUT"
- run: echo "e2e_test_account_number=$(npx tsx scripts/select_e2e_test_account.ts)"
- name: Select E2E test account
id: selectAccount
run: echo "e2e_test_account_number=$(npx tsx scripts/select_e2e_test_account.ts)" >> "$GITHUB_OUTPUT"
- run: echo e2e_test_account_number set to ${{ steps.selectAccount.outputs.e2e_test_account_number }}
e2e_iam_access_drift:
if: needs.do_include_e2e.outputs.run_e2e == 'true'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 495c356

Please sign in to comment.