Skip to content

Commit 1372326

Browse files
Update env make commands to allow for testing INT.
1 parent 23379f8 commit 1372326

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

scripts/env/env.mk

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ env-test-pr-%: # Create .env.test file that will have tests send requests to a p
2929
env-test-alpha-int: # Create .env.test file that will have tests send requests to the alpha integration environment.
3030
make _env-test env="alpha-int"
3131

32+
env-test-int: # Create .env.test file that will have tests send requests to the integration environments.
33+
make _env-test env="int"
34+
3235
_env:
3336
scripts/env/app/env.sh "$(env)"
3437

@@ -43,9 +46,9 @@ ${VERBOSE}.SILENT: \
4346
env-orangebox \
4447
env-sandbox \
4548
env-int \
46-
env-int-pds \
47-
env-int-sds \
4849
_env-test \
4950
env-test-local \
5051
env-test-ci \
51-
env-test-pr-%
52+
env-test-pr-% \
53+
env-test-alpha-int \
54+
env-test-int

0 commit comments

Comments
 (0)