checks effect of env var
This commit is contained in:
parent
94b1eaceee
commit
f4b8fa190f
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user