Skip to content

Commit 3af7200

Browse files
committed
Fix QA workflow for E2E
1 parent 30b7e7f commit 3af7200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
run: sudo rm -rf dist/ && sudo rm -rf dist_ui/ && make build
9292
env:
9393
HUSKY: "0"
94-
VITE_RUN_ENVIRONMENT: qa
95-
RunEnvironment: qa
94+
VITE_RUN_ENVIRONMENT: dev
95+
RunEnvironment: dev
9696

9797
- name: Upload Build files
9898
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)