aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lint-test.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index 9b5a482..3024e15 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -63,7 +63,8 @@ jobs:
tags: ghcr.io/python-discord/snekbox-venv:latest
- name: Start Container
- run: docker run \
+ run: |
+ docker run \
--tty \
--detach \
--name snekbox_test \