Skip to content

Commit

Permalink
✅ fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuno-fukuda committed Nov 13, 2023
1 parent 9e07716 commit 6657655
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ on:
push:
workflow_dispatch:
env:
RUST_LOG: ${{ vars.RUST_LOG }}
HOST: ${{ vars.HOST }}
POST: ${{ vars.PORT }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}
MOUNTAINS_URL: ${{ vars.MOUNTAINS_URL }}
DOCUMENTS_URL: ${{ vars.DOCUMENTS_URL }}
DEFAULT_DISTANCE=: ${{ vars.DEFAULT_DISTANCE }}
MAX_DISTANCE: ${{ vars.MAX_DISTANCE }}
jobs:
test:
name: Tests
Expand Down

0 comments on commit 6657655

Please sign in to comment.