Skip to content

Commit 7988cb3

Browse files
authored
Pass duration argument to run.sh in workflow
1 parent 1951f37 commit 7988cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
docker images
2626
- name: Run the Docker image
2727
run: |
28-
./run.sh
28+
./run.sh -d 150
2929
- name: Info on generated files
3030
run: |
3131
ls -alth

0 commit comments

Comments
 (0)