We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a4e4a commit 7217098Copy full SHA for 7217098
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 g-cli || true
65
pkill -f labview || true
66
apt-get install -y lsof
67
for i in {1..10}; do
0 commit comments