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

Update test.yml

This commit is contained in:
Minionguyjpro
2023-12-12 16:59:24 +01:00
committed by GitHub
parent 3ec2732492
commit 35d7b84319

View File

@@ -22,14 +22,8 @@ jobs:
- name: Test code with ESLint
run: npx eslint "./dist/**"
- name: Inno Setup Action (push)
uses: Minionguyjpro/Inno-Setup-Action@main
with:
path: /scripts/test.iss
options: /O+
- name: Inno Setup Action (pull request)
- name: Inno Setup Action
uses: ./
with:
path: scripts\test.iss
if: ${{ github.event_name == 'pull_request' }}
path: scripts/test.iss
options: /O+