Skip to content

Commit b9044e0

Browse files
committed
fix: add environment variable to backend-ci #147
1 parent 5838311 commit b9044e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/backend-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
SPRING_DATASOURCE_USERNAME: testuser
5757
SPRING_DATASOURCE_PASSWORD: testpassword
5858
CORS_ALLOWED_ORIGINS: ${{ secrets.CORS_ALLOWED_ORIGINS }}
59+
CCTV_STREAM_URL_PREFIX: ${{ secrets.CCTV_STREAM_URL_PREFIX }}
5960
run: ./gradlew test
6061

6162
dependency-submission:

0 commit comments

Comments
 (0)