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:
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@@ -22,14 +22,8 @@ jobs:
|
|||||||
- name: Test code with ESLint
|
- name: Test code with ESLint
|
||||||
run: npx eslint "./dist/**"
|
run: npx eslint "./dist/**"
|
||||||
|
|
||||||
- name: Inno Setup Action (push)
|
- name: Inno Setup Action
|
||||||
uses: Minionguyjpro/Inno-Setup-Action@main
|
|
||||||
with:
|
|
||||||
path: /scripts/test.iss
|
|
||||||
options: /O+
|
|
||||||
|
|
||||||
- name: Inno Setup Action (pull request)
|
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
path: scripts\test.iss
|
path: scripts/test.iss
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
options: /O+
|
||||||
|
|||||||
Reference in New Issue
Block a user