Skip to content

Commit

Permalink
Add test server configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
geichelberger committed May 31, 2024
1 parent 43f343d commit aa26a20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: build app
run: npm run build
env:
VITE_TEST_SERVER: https://develop.opencast.org
VITE_TEST_SERVER_AUTH: admin:opencast
NODE_ENV: development
PUBLIC_URL: /${{ steps.build-path.outputs.build }}
CI: false

Expand Down

0 comments on commit aa26a20

Please sign in to comment.