Skip to content

Commit

Permalink
Cannot share env
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Nov 4, 2024
1 parent ae3d8c2 commit ee36c30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_test_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

build-macos:
runs-on: macos-latest
env:
RONDB_TARBALL_URI: https://repo.hops.works/master/rondb-22.10.5-linux-glibc2.28-x86_64.tar.gz
RONDB_PATH: /tmp/rondb
steps:
- uses: actions/checkout@v4

Expand All @@ -30,6 +33,8 @@ jobs:
build-and-run-redis-benchmark:
runs-on: ubuntu-latest
env:
RONDB_TARBALL_URI: https://repo.hops.works/master/rondb-22.10.5-linux-glibc2.28-x86_64.tar.gz
RONDB_PATH: /tmp/rondb
IMAGE_NAME: rondis:latest
CONTAINER_NAME: rondis
RONDIS_PORT: 6379
Expand Down

0 comments on commit ee36c30

Please sign in to comment.