Skip to content

Commit

Permalink
chore(web): add missing env var
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenoak committed Dec 2, 2023
1 parent 8caaad3 commit cac65fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/web-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
DEBUG: 'spelunker*'
PIPELINE_URI: 'http://localhost:3001/pipeline'
DATA_URI: 'http://localhost:3001/data'
MINIMAP_URI: 'http://localhost:3001/minimap'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down

0 comments on commit cac65fd

Please sign in to comment.