Skip to content

Commit e8516b6

Browse files
committed
fix: ci
1 parent ffdf9a9 commit e8516b6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
- name: Run Test Inside Container
2020
run: |
2121
# Run the container and execute the test script inside it
22-
# We use the start_vd.sh script to initialize the display before running python
23-
docker run --rm virtual-display-test /bin/bash -c "source ./start_vd.sh 99 && python3 test_navigate.py"
22+
# We use the start_vd.sh script to initialize the display before running python
23+
run: |
24+
docker run --rm virtual-display-test -c "source ./start_vd.sh 99 && python3 test_navigate.py"

0 commit comments

Comments
 (0)