Skip to content

Commit

Permalink
run it
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Jan 6, 2024
1 parent f21c047 commit 75b6e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Start
run: |
docker run -d --rm --name=call-fabric-client-beta ${{ env.TEST_TAG }}
docker run --name=call-fabric-client ${{ env.TEST_TAG }}
- name: Logs
run: |
docker ps
docker logs call-fabric-client-beta
docker logs call-fabric-client

0 comments on commit 75b6e44

Please sign in to comment.