Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Build frontend
run: npm run build
env:
VITE_APP_URL: http://localhost:2000
VITE_APP_front_end_url: http://localhost:5173
REACT_APP_URL: http://localhost:2000
REACT_APP_front_end_url: http://localhost:5173

backend:
name: Backend dependency check
Expand Down Expand Up @@ -82,5 +82,5 @@ jobs:
env:
MONGO_URI: mongodb://127.0.0.1:27017/piperchat_ci_auth
ACCESS_TOKEN: ci-test-jwt-secret-do-not-use-in-production-32chars-min
DEFAULT_PROFILE_PIC: https://example.com/default.png
default_profile_pic: https://example.com/default.png
run: npm run test:auth
Loading