Skip to content

Commit

Permalink
Update enochecker_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MoaathOudeh authored Jun 7, 2024
1 parent 74482f7 commit 39efa46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/enochecker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- name: start service
run: |
cd service
docker-compose up --build --force-recreate -d
docker-compose up --build --force-recreate --renew-anon-volumes -d
- name: start checker
run: |
cd checker
docker-compose up --build --force-recreate -d
docker-compose up --build --force-recreate --renew-anon-volumes -d
- name: obtain Docker host IP
run: |
echo "ENOCHECKER_TEST_SERVICE_ADDRESS=$(ip -4 address show dev eth0 | grep inet | awk '{ print $2 }' | sed 's|/.*$||')" >> $GITHUB_ENV
Expand Down

0 comments on commit 39efa46

Please sign in to comment.