Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zignis committed Apr 8, 2024
1 parent 4fd6f10 commit 1479bd7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1479bd7

Please sign in to comment.