Skip to content

Commit 8197382

Browse files
committed
test
1 parent b7097ed commit 8197382

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docker-image-and-run.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ jobs:
2323
docker create --name extract-container my-image-name:latest
2424
2525
# Copy the binary from the container
26-
mkdir -p ./output
27-
ls
28-
ls output
29-
docker run --rm -v $PWD:/data my-image-name:latest
26+
echo "a" > a
27+
docker run --rm -v $PWD:/data my-image-name:latest a 50
3028
3129
# Remove the container
3230
docker rm extract-container

0 commit comments

Comments
 (0)