We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23379f8 commit 1372326Copy full SHA for 1372326
1 file changed
scripts/env/env.mk
@@ -29,6 +29,9 @@ env-test-pr-%: # Create .env.test file that will have tests send requests to a p
29
env-test-alpha-int: # Create .env.test file that will have tests send requests to the alpha integration environment.
30
make _env-test env="alpha-int"
31
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
+
35
_env:
36
scripts/env/app/env.sh "$(env)"
37
@@ -43,9 +46,9 @@ ${VERBOSE}.SILENT: \
43
46
env-orangebox \
44
47
env-sandbox \
45
48
env-int \
- env-int-pds \
- env-int-sds \
49
_env-test \
50
env-test-local \
51
env-test-ci \
- env-test-pr-%
52
+ env-test-pr-% \
53
+ env-test-alpha-int \
54
+ env-test-int
0 commit comments