File tree Expand file tree Collapse file tree 2 files changed +24
-8
lines changed
Expand file tree Collapse file tree 2 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 1+ name : Action-Test [Src-Default-Custom]
2+
3+ run-name : " Action-Test [Src-Default-Custom] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
4+
5+ on :
6+ workflow_dispatch :
7+ pull_request :
8+ schedule :
9+ - cron : ' 0 0 * * *'
10+
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.ref }}
13+ cancel-in-progress : true
14+
15+ permissions : {}
16+
17+ jobs :
18+ ActionTestCustom :
19+ uses : ./.github/workflows/ActionTestWorkflow.yml
20+ with :
21+ TestType : Src-Default-Custom
22+ Path : tests/srcTestRepo/src
23+ Settings : Custom
24+ SettingsFilePath : tests/srcTestRepo/tests/Custom.Settings.psd1
Original file line number Diff line number Diff line change 2121 TestType : Src-Default
2222 Path : tests/srcTestRepo/src
2323 Settings : SourceCode
24-
25- ActionTestCustom :
26- uses : ./.github/workflows/ActionTestWorkflow.yml
27- with :
28- TestType : Src-Default-Custom
29- Path : tests/srcTestRepo/src
30- Settings : Custom
31- SettingsFilePath : tests/srcTestRepo/tests/Custom.Settings.psd1
You can’t perform that action at this time.
0 commit comments