Skip to content

Commit da07830

Browse files
committed
Remove duplicate steps in test workflow
1 parent 7b42701 commit da07830

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161

6262
- name: Run pyinstaller
6363
run: pyinstaller ./ms2rescore.spec --clean --noconfirm
64+
6465
- name: Test built exe
6566
run: dist/ms2rescore/ms2rescore.exe
6667

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,6 @@ jobs:
6060
python -m pip install --upgrade pip
6161
pip install --only-binary :all: .[ionmob] pyinstaller
6262
63-
- name: Install Inno Setup
64-
uses: crazy-max/ghaction-chocolatey@v3
65-
with:
66-
args: install innosetup -y --allow-unofficial --force
67-
68-
- name: Run pyinstaller
69-
run: pyinstaller ./ms2rescore.spec --clean --noconfirm
70-
7163
- name: Install Inno Setup
7264
uses: crazy-max/ghaction-chocolatey@v1
7365
with:

0 commit comments

Comments
 (0)