Skip to content

Commit 964c939

Browse files
authored
Merge branch 'master' into dev
2 parents 4be7c52 + c967ab6 commit 964c939

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: psgraph-publish
33
on:
44
release:
55
types: [published]
6+
67
workflow_dispatch:
78

89
jobs:
@@ -88,10 +89,17 @@ jobs:
8889
- name: Run .NET tests
8990
run: dotnet test --verbosity normal
9091

91-
- name: Run Pester tests
92+
- name: Pester tests
9293
shell: pwsh
9394
run: |
9495
Invoke-Pester -Path ./PsGraph.Pester.Tests/
96+
97+
- name: dotnet publish
98+
run: dotnet publish -o "./PSQuickGraph"
99+
100+
- name: psgallery publish
101+
run: |
102+
Invoke-Pester -Path ./PsGraph.Pester.Tests/
95103
96104
- name: dotnet publish PowerShell module
97105
run: |

0 commit comments

Comments
 (0)