Skip to content

Commit 25ea9d6

Browse files
committed
Fix container name
1 parent 8871f33 commit 25ea9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
--entrypoint /bin/bash \
301301
$IMAGE_NAME
302302
echo "Install dev requirements because only non dev requirements exist in the docker image at the moment"
303-
docker exec -i test_container bash -c "pip install uv \
303+
docker exec -i my_container bash -c "pip install uv \
304304
&& cd python-sc2 && uv sync --frozen --no-cache --no-install-project"
305305
306306
- name: Run coverage on tests

0 commit comments

Comments
 (0)