Skip to content

Commit

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

0 comments on commit b12860b

Please sign in to comment.