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 686fbea commit 881077cCopy full SHA for 881077c
.github/workflows/powershell.yml
@@ -0,0 +1,30 @@
1
+name: powershell
2
+on:
3
+ push:
4
+ pull_request:
5
+
6
+jobs:
7
+ test-modules:
8
+ runs-on: windows-2019
9
+ steps:
10
+ - uses: actions/checkout@v4
11
+ - env:
12
+ MODULES_DIR: modules
13
+ shell: pwsh
14
+ run: ci/tasks/test-units-bosh-psmodules/run.ps1
15
+ test-stembuild-modules:
16
17
18
19
20
+ MODULES_DIR: stembuild/modules
21
22
23
+ test-stembuild-automation:
24
25
26
27
28
+ MODULES_DIR: stembuild/stemcell-automation
29
30
0 commit comments