Skip to content

Action-Test-Src-WithManifest - [ #] by @MariusStorhaug #607

Action-Test-Src-WithManifest - [ #] by @MariusStorhaug

Action-Test-Src-WithManifest - [ #] by @MariusStorhaug #607

name: Action-Test-Src-WithManifest
run-name: 'Action-Test-Src-WithManifest - [${{ 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:
ActionTestsSrcWithManifest:
name: Action-Test [Src-WithManifest] - [${{ matrix.os }}]
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repo
uses: actions/checkout@v6
- name: Action-Test
uses: ./
id: action-test
with:
Name: PSModuleTest
WorkingDirectory: tests/srcWithManifestTestRepo
Settings: SourceCode