Skip to content

Commit

Permalink
Add missing name arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Dec 19, 2023
1 parent 999f093 commit 8d645e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
CONTAINER_NAME: ${{ github.event.pull_request.head.sha || github.sha }}
run: |
docker build -t $IMAGE_NAME .
docker run -d --env-file .env -p 3010:3010 $CONTAINER_NAME $IMAGE_NAME
docker run -d --env-file .env -p 3010:3010 --name $CONTAINER_NAME $IMAGE_NAME
- name: Wait for sample to start
run: |
Expand Down

0 comments on commit 8d645e6

Please sign in to comment.