Skip to content

Add a workflow for testing Win technique execution #1

Add a workflow for testing Win technique execution

Add a workflow for testing Win technique execution #1

name: Test a Windows Technique
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: .
with:
technique: T1055.003
test-number: 1