Skip to content

Commit 22a0e8f

Browse files
committed
Provide env vars to GHA
1 parent 579dd3d commit 22a0e8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
build:
3232
if: github.event.pull_request.draft == false
3333
runs-on: ubuntu-20.04
34+
env:
35+
HOST_TYPE: ci
36+
REDIS_QUEUE_HOST: redis
37+
REDIS_STATE_HOST: redis
3438
container:
3539
image: faasm/cpython:0.0.8
3640
defaults:

0 commit comments

Comments
 (0)