Skip to content

Workflow-Test [WithManifest] - [🌟 [Major]: Module folder restructure to support variables #41] by @MariusStorhaug #132

Workflow-Test [WithManifest] - [🌟 [Major]: Module folder restructure to support variables #41] by @MariusStorhaug

Workflow-Test [WithManifest] - [🌟 [Major]: Module folder restructure to support variables #41] by @MariusStorhaug #132

name: Workflow-Test [WithManifest]
run-name: "Workflow-Test [WithManifest] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
statuses: write
pages: write
id-token: write
jobs:
WorkflowTestWithManifest:
uses: ./.github/workflows/workflow.yml
secrets: inherit
with:
Name: PSModuleTest
Path: tests/srcWithManifest
ModulesOutputPath: tests/outputs/modules
DocsOutputPath: tests/outputs/docs
TestProcess: true
SkipTests: Linux