forked from iainbrighton/Chocolatey-Packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from ravager-dk:Add-PR-test-workflows
Moved tests into PR workflows.
- Loading branch information
Showing
10 changed files
with
107 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Citrix Enterprise Browser test | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
branches: | ||
- master | ||
paths: | ||
- 'Citrix-Enterprise-Browser/**' | ||
|
||
jobs: | ||
Test-CEB-Package: | ||
runs-on: windows-latest | ||
steps: | ||
- name: Check out repository code | ||
uses: actions/checkout@v4 | ||
- name: 🦺 Install validation extension | ||
run: choco install chocolatey-community-validation.extension -y | ||
- name: 📦 Pack Chocolatey Package | ||
run: choco pack Citrix-Enterprise-Browser/Citrix-Enterprise-Browser.nuspec | ||
- name: 🚀 Install Chocolatey Package | ||
run: choco install citrix-enterprise-browser -y --debug --verbose --source "'.;https://community.chocolatey.org/api/v2/'" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: opentofu test | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
branches: | ||
- master | ||
paths: | ||
- 'opentofu.portable/**' | ||
|
||
jobs: | ||
Test-opentofu-Package: | ||
runs-on: windows-latest | ||
steps: | ||
- name: Check out repository code | ||
uses: actions/checkout@v4 | ||
- name: 🦺 Install validation extension | ||
run: choco install chocolatey-community-validation.extension -y | ||
- name: 📦 Pack Chocolatey Package | ||
run: choco pack opentofu.portable/opentofu.portable.nuspec | ||
- name: 🚀 Install Chocolatey Package | ||
run: choco install opentofu.portable -y --debug --verbose --source "'.;https://community.chocolatey.org/api/v2/'" | ||
- name: 🚨 Test opentofu | ||
run: tofu version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: sharefile-for-windows test | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
branches: | ||
- master | ||
paths: | ||
- 'ShareFile-For-Windows/**' | ||
|
||
jobs: | ||
Test-sharefile-Package: | ||
runs-on: windows-latest | ||
steps: | ||
- name: Check out repository code | ||
uses: actions/checkout@v4 | ||
- name: 🦺 Install validation extension | ||
run: choco install chocolatey-community-validation.extension -y | ||
- name: 📦 Pack Chocolatey Package | ||
run: choco pack ShareFile-For-Windows/ShareFile-For-Windows.nuspec | ||
- name: 🚀 Install Chocolatey Package | ||
run: choco install sharefile-for-windows -y --debug --verbose --source "'.;https://community.chocolatey.org/api/v2/'" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Zoom VDI plugin test | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
branches: | ||
- master | ||
paths: | ||
- 'Zoom-VDI-Universal-Plugin/**' | ||
|
||
jobs: | ||
Test-zoom-Package: | ||
runs-on: windows-latest | ||
steps: | ||
- name: Check out repository code | ||
uses: actions/checkout@v4 | ||
- name: 🦺 Install validation extension | ||
run: choco install chocolatey-community-validation.extension -y | ||
- name: 📦 Pack Chocolatey Package | ||
run: choco pack Zoom-VDI-Universal-Plugin/zoom-vdi-universal-plugin.nuspec | ||
- name: 🚀 Install Chocolatey Package | ||
run: choco install zoom-vdi-universal-plugin -y --debug --verbose --source "'.;https://community.chocolatey.org/api/v2/'" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Zoom VDI client test | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
branches: | ||
- master | ||
paths: | ||
- 'Zoom-VDI-Client/**' | ||
|
||
jobs: | ||
Test-zoom-Package: | ||
runs-on: windows-latest | ||
steps: | ||
- name: Check out repository code | ||
uses: actions/checkout@v4 | ||
- name: 🦺 Install validation extension | ||
run: choco install chocolatey-community-validation.extension -y | ||
- name: 📦 Pack Chocolatey Package | ||
run: choco pack Zoom-VDI-Client/zoom-vdi-client.nuspec | ||
- name: 🚀 Install Chocolatey Package | ||
run: choco install zoom-vdi-client -y --debug --verbose --source "'.;https://community.chocolatey.org/api/v2/'" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters