Skip to content

Action-Test [Src-WithManifest] - [Having issues with outputs into another step #69] by @MariusStorhaug #82

Action-Test [Src-WithManifest] - [Having issues with outputs into another step #69] by @MariusStorhaug

Action-Test [Src-WithManifest] - [Having issues with outputs into another step #69] by @MariusStorhaug #82

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: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
ActionTest:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
name: Action-Test [Src-WithManifest] - [${{ matrix.os }}]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Initialize environment
uses: PSModule/Initialize-PSModule@main
- name: Action-Test
uses: ./
id: action-test
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Name: PSModuleTest
Path: tests/srcWithManifest
TestType: SourceCode
- name: Status
shell: pwsh
run: |
Write-Host "Passed: [${{ steps.action-test.outputs.passed }}]"