Skip to content

Commit 8c6a966

Browse files
committed
Workflows
1 parent a80b77c commit 8c6a966

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Invoke Pester Tests
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- master
8+
9+
jobs:
10+
invoke-pester:
11+
uses: PowerShellLibrary/.github/.github/workflows/invoke-pester.yml@master
12+
secrets:
13+
ENV_VARIABLES: ${{ secrets.ENV_VARIABLES }}

0 commit comments

Comments
 (0)