Skip to content

Commit 32a63ac

Browse files
Add custom action test configuration for Src-Default-Custom
1 parent fed0fcc commit 32a63ac

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

.github/workflows/Action-Test-Src-Default.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,3 @@ jobs:
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

0 commit comments

Comments
 (0)