Skip to content

Commit de5fcc5

Browse files
committed
remove extraeneous hyphen
1 parent c30f056 commit de5fcc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Run job tests in Docker worker container
101101
run: |
102102
sleep 30
103-
docker exec alfalfa--worker-1 bash -c "cd /pacer && poetry run pytest -m docker tests/jobs -o log_cli=true -o log_level=info"
103+
docker exec alfalfa-worker-1 bash -c "cd /pacer && poetry run pytest -m docker tests/jobs -o log_cli=true -o log_level=info"
104104
105105
- name: Dump docker logs on failure
106106
if: failure()

0 commit comments

Comments
 (0)