Skip to content

Commit

Permalink
Add env.test file (#691)
Browse files Browse the repository at this point in the history
Signed-off-by: lucferbux <[email protected]>
  • Loading branch information
lucferbux authored Jan 9, 2025
1 parent 2a39432 commit 1a386d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions clients/ui/.env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
APP_ENV=test
2 changes: 2 additions & 0 deletions clients/ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
.DS_Store

.env*.local

!*.test
1 change: 1 addition & 0 deletions clients/ui/frontend/.env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
APP_ENV=test
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import dotenv from 'dotenv';
[
`.env.cypress${env.CY_MOCK ? '.mock' : ''}.local`,
`.env.cypress${env.CY_MOCK ? '.mock' : ''}`,
'.env.test',
'.env.local',
'.env',
].forEach((file) =>
Expand Down

0 comments on commit 1a386d7

Please sign in to comment.