Skip to content

Users/shivshar/documentation update 2 #36

Users/shivshar/documentation update 2

Users/shivshar/documentation update 2 #36

name: Run LabVIEWCLI on Linux Container
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
run-labview-cli:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Pull Docker Image from Docker Hub
run: docker pull nationalinstruments/labview:latest-linux
- name: Run LabVIEWCLI Operations
run: |
docker run --rm \
-v "${{ github.workspace }}:/workspace" \
nationalinstruments/labview:latest-linux \
bash -c "cd /workspace/examples/integration-into-cicd && chmod +x runlabview.sh && ./runlabview.sh"