diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index 75cdae70..a08b3ee6 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -38,6 +38,9 @@ jobs: run: | npm run check npm run test + env: + PUBLIC_API_URL: ${{ secrets.PUBLIC_API_URL }} + PUBLIC_WEBSOCKET_URL: ${{ secrets.PUBLIC_WEBSOCKET_URL }} - name: Convert E2E Report to Coverage Report run: | diff --git a/.github/workflows/ci-prod.yml b/.github/workflows/ci-prod.yml index ed163f99..7884fda3 100644 --- a/.github/workflows/ci-prod.yml +++ b/.github/workflows/ci-prod.yml @@ -42,6 +42,9 @@ jobs: run: | npm run check npm run test + env: + PUBLIC_API_URL: ${{ secrets.PUBLIC_API_URL }} + PUBLIC_WEBSOCKET_URL: ${{ secrets.PUBLIC_WEBSOCKET_URL }} - name: Convert E2E Report to Coverage Report run: |