Skip to content

Commit

Permalink
Improvement 20140103 (#2)
Browse files Browse the repository at this point in the history
* disable Sync With AZDO.yml

* hide sync with AZDO badge

* try https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

* change lvapt to nevstop-lab

* upgrade actions/checkout to v4.1.1

* replace actions/checkout@v3 to v4.1.1

* test improvement-20140103

* try to fix this

* change badge org

* try this

* test this

* try this?

* revert back

* use main branch
  • Loading branch information
nevstop authored Feb 3, 2024
1 parent a6d91de commit d6098cb
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
repository: ${{ github.repository }}
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/LabVIEW Project Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: CloneRepo
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

- name: echo GITHUB_WORKSPACE
run: echo ${{ github.workspace }}
shell: powershell

- name: Run lvCICD Test cases with VITester
uses: LV-APT/lvCICD@main
uses: NEVSTOP-LAB/lvCICD@main
with:
Operation: StartVITester
Parameter1: ${{ github.workspace }}\LabVIEW-Adapter\CICD-LabVIEW-Adapter.lvproj
4 changes: 2 additions & 2 deletions .github/workflows/Test Build Envrionment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: CloneRepo
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

- id: step1
run: echo "test=hello" >> $GITHUB_OUTPUT
Expand All @@ -33,7 +33,7 @@ jobs:

- name: TestEnvironment
id: lvEcho
uses: LV-APT/lvCICD@main
uses: NEVSTOP-LAB/lvCICD@main
with:
Operation: lvEcho
Parameter1: "line1"
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"AZDO",
"bitfile",
"Hampel",
"lvecho",
"setvariable",
"vipb",
"VIPC"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Customer Action for LabVIEW CI/CD (lvCICD)

[![Sync With AZDO](https://github.com/LV-APT/lvCICD/actions/workflows/Sync%20With%20AZDO.yml/badge.svg)](https://github.com/LV-APT/lvCICD/actions/workflows/Sync%20With%20AZDO.yml)
[![LabVIEW Project Tests](https://github.com/LV-APT/lvCICD/actions/workflows/LabVIEW%20Project%20Tests.yml/badge.svg)](https://github.com/LV-APT/lvCICD/actions/workflows/LabVIEW%20Project%20Tests.yml)
<!-- [![Sync With AZDO](https://github.com/LV-APT/lvCICD/actions/workflows/Sync%20With%20AZDO.yml/badge.svg)](https://github.com/LV-APT/lvCICD/actions/workflows/Sync%20With%20AZDO.yml) -->
[![LabVIEW Project Tests](https://github.com/NEVSTOP-LAB/lvCICD/actions/workflows/LabVIEW%20Project%20Tests.yml/badge.svg)](https://github.com/LV-APT/lvCICD/actions/workflows/LabVIEW%20Project%20Tests.yml)

## Introduction

Expand All @@ -15,7 +15,7 @@ You can use **`lvCICD`** to:
4. *Install/uninstall VIPM libraries(vip)*
5. *Apply VIPM VIPC file(vipc)*
6. *Setup Large LabVIEW build facility*
8. *Add your own operation, [Click link to see how to contribute to it](docs/How-to-contribute.md)*
7. *Add your own operation, [Click link to see how to contribute to it](docs/How-to-contribute.md)*

Check [**lvCICD Operation-List**](docs/Operation-List.md) for operations of `lvCICD`.

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "lvCICD"
author: "LV-APT"
author: "NEVSTOP-LAB"
description: "CICD Action used for LabVIEW Users"
branding:
icon: "anchor"
Expand Down Expand Up @@ -71,7 +71,7 @@ runs:

steps:
- name: "Checkout-lvCICD-Action"
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

# - name: "Show working dir"
# run: pwd
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/Build_VIPM_Library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1

# Runs a set of commands using the runners shell
- name: Build VI Package
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/CheckLvCICDEnv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: CloneRepo
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

- name: TestEnvironment
id: lvEcho
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/Check_Broken_VIs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1

# Runs a set of commands using the runners shell
- id: Check_Broken_VIs
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/StartUnitTestWithVITester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: CloneRepo
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

- name: echo GITHUB_WORKSPACE
run: echo ${{ github.workspace }}
Expand Down

0 comments on commit d6098cb

Please sign in to comment.