From 35d7b8431985c9e46637815905a2ab2859ef0fbe Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Tue, 12 Dec 2023 16:59:24 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 664f368..71e07a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,15 +21,9 @@ 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+