Skip to content

Commit

Permalink
Updates package
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Feb 23, 2024
1 parent 03e0738 commit bd75058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:

- name: Get Redis network name
id: redis_network
run: echo "REDIS_NETWORK_NAME=$(docker network ls --filter name=_default -q)" >> $GITHUB_ENV
run: echo "::set-output name=network_name::$(docker network ls --filter name=_default -q)"

- name: Run tests in Docker container
run: |
docker run --rm \
--network name=$REDIS_NETWORK_NAME \
--network name=${{ job.services.redis.network }} \
-e BLOT_REDIS_HOST=redis \
my-node-app-builder sh -c "\
git config --global user.email '[email protected]' && \
Expand Down

0 comments on commit bd75058

Please sign in to comment.