Skip to content

Commit 1ac1970

Browse files
committed
Remove test file creation from the Docker run step in the scrape-visasq workflow
1 parent b3dd4a6 commit 1ac1970

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/scrape-visasq.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- name: Run Docker container and generate output file
2020
run: |
2121
mkdir -p assets
22-
echo "test" > assets/test.txt
2322
docker run \
2423
--rm \
2524
-v $(pwd)/assets:/app/assets \

0 commit comments

Comments
 (0)