From 1479bd77ec22fef27bf8dad6ecef1678fb5b9604 Mon Sep 17 00:00:00 2001 From: zignis Date: Mon, 8 Apr 2024 15:42:33 +0530 Subject: [PATCH] fix workflow --- .github/workflows/ci.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c9c014..8cd5bae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,5 +46,15 @@ jobs: - name: Run tests uses: actions-rs/cargo@v1 + env: + IS_DEV: false + HOST: localhost + PORT: 8080 + CDN_SERVER_URL: https://cdn.storiny.com + RPC_SERVER_URL: 127.0.0.1:50051 + RPC_SECRET_TOKEN: x + REDIS_HOST: localhost + REDIS_PORT: 6379 + SENTRY_DSN: x with: command: test \ No newline at end of file