We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffdf9a9 commit e8516b6Copy full SHA for e8516b6
1 file changed
.github/workflows/ci.yaml
@@ -19,5 +19,6 @@ jobs:
19
- name: Run Test Inside Container
20
run: |
21
# 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"
+ # We use the start_vd.sh script to initialize the display before running python
+ run: |
24
+ docker run --rm virtual-display-test -c "source ./start_vd.sh 99 && python3 test_navigate.py"
0 commit comments