We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de87e23 commit 69eb35dCopy full SHA for 69eb35d
1 file changed
.github/workflows/test_and_build_docker.yml
@@ -61,6 +61,7 @@ jobs:
61
- name: Launch LabVIEW and Verify VI Server
62
shell: bash
63
run: |
64
+ pkill -f labview || true
65
apt-get install -y lsof
66
for i in {1..10}; do
67
echo "Attempt $i: launching LabVIEW..."
0 commit comments