Skip to content

Action-Test - [ #] by @MariusStorhaug #446

Action-Test - [ #] by @MariusStorhaug

Action-Test - [ #] by @MariusStorhaug #446

Workflow file for this run

name: Action-Test
run-name: "Action-Test - [${{ 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:
contents: read
pull-requests: read
env:
PSMODULE_DEBUG_FAKE_PRIVATE_KEY: ${{ secrets.FAKE_PRIVATE_KEY }}
jobs:
ActionTestBasic:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
name: Action-Test - [Basic]
runs-on: ${{ matrix.os }}
steps:
# Need to check out as part of the test, as its a local action
- name: Checkout repo
uses: actions/checkout@v6
- name: Action-Test
uses: ./