We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72549e0 commit bcc32e1Copy full SHA for bcc32e1
1 file changed
.github/workflows/vi-analyzer-container.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Pull Docker Image from Docker Hub
26
run: docker pull docker.io/shivacode02/labview_linux:2025q3_beta
27
28
- - name: Run VI Analyzer Tests
+ - name: Run LabVIEWCLI Operations
29
run: |
30
docker run --rm \
31
-v "${{ github.workspace }}:/workspace" \
0 commit comments