Skip to content

Action-Test [Src-Default] - [Obay settings #2] by @MariusStorhaug #17

Action-Test [Src-Default] - [Obay settings #2] by @MariusStorhaug

Action-Test [Src-Default] - [Obay settings #2] by @MariusStorhaug #17

name: Action-Test [Src-Default]
run-name: "Action-Test [Src-Default] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
on:
workflow_dispatch:
pull_request:
schedule:
- cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
ActionTest:
uses: ./.github/workflows/ActionTestWorkflow.yml
with:
TestType: Src-Default
Path: tests/srcTestRepo/src
Settings: SourceCode
ActionTestCustom:
uses: ./.github/workflows/ActionTestWorkflow.yml
with:
TestType: Src-Default-Custom
Path: tests/srcTestRepo/src
Settings: Custom
SettingsFilePath: tests/srcTestRepo/tests/Custom.Settings.psd1