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:
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
@@ -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+
|
||||
|
||||
Reference in New Issue
Block a user