add manual testing workflows

This commit is contained in:
irongut
2021-10-07 14:52:19 +01:00
parent 473d18e3ad
commit 3766e5780e
3 changed files with 54 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
name: Test Windows Runner
on:
workflow_dispatch:
branches: [master]
permissions:
contents: read
jobs:
test:
runs-on: windows-latest
name: CI Build
steps:
- name: Test Action
uses: irongut/CodeCoverageSummary@master
with:
filename: '/app/sample.coverage.xml'
badge: 'true'