We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80b77c commit 8c6a966Copy full SHA for 8c6a966
.github/workflows/release.yml
@@ -0,0 +1,10 @@
1
+name: Publish Module
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ publish-module:
8
+ name: Publish Module
9
+ uses: PowerShellLibrary/.github/.github/workflows/publish-module.yml@master
10
+ secrets: inherit
.github/workflows/test.yml
@@ -0,0 +1,13 @@
+name: Invoke Pester Tests
+ push:
+ branches:
+ - master
+ invoke-pester:
11
+ uses: PowerShellLibrary/.github/.github/workflows/invoke-pester.yml@master
12
+ secrets:
13
+ ENV_VARIABLES: ${{ secrets.ENV_VARIABLES }}
0 commit comments