1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +01:00

Add and create files

This commit is contained in:
Minionguyjpro
2023-07-08 08:27:06 +00:00
parent 1277fd9d6b
commit 5c93180a34
5 changed files with 293 additions and 0 deletions

22
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: Run a test
on:
push:
pull_request:
jobs:
test:
runs-on: windows-latest
steps:
- name: Inno Setup Action (push)
uses: Minionguyjpro/Inno-Setup-Action@main
with:
path: ${{} github.workspace }}\scripts\test.iss
- name: Inno Setup Action (pull request)
uses: ./
with:
path: ${{} github.workspace }}\scripts\test.iss
if: ${{ github.event_name == 'pull_request' }}