Adding failure workflow for testing

This commit is contained in:
Peter Murray
2023-10-19 14:22:45 +00:00
committed by GitHub
parent fcd7eab6b6
commit 645590b347
@@ -0,0 +1,26 @@
name: Test failure scenarios
on:
workflow_dispatch:
inputs:
directory:
type: string
default: test-data/maven/simple
required: true
permissions: read-all
jobs:
test:
name: Test Failure
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run local Action
uses: ./
with:
directory: ${{ inputs.directory }}