checks effect of env var

This commit is contained in:
HiteshRepo 2024-01-28 14:15:09 +05:30
parent 94b1eaceee
commit f4b8fa190f

View File

@ -300,6 +300,11 @@ jobs:
- run: mkdir testlog - run: mkdir testlog
- name: two tests - name: two tests
env:
# Set these to a bad value so we don't accidentally fall back to
# something elsewhere.
CORSO_M365_TEST_USER_ID: "foo"
CORSO_SECONDARY_M365_TEST_USER_ID: "foo"
run: | run: |
set -euo pipefail set -euo pipefail