Skip to content

Commit 031e88b

Browse files
committed
Removed script test via command line in tests.yml
1 parent bbebdd6 commit 031e88b

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
wget https://cardiac.nottingham.ac.uk/syncropatch_export/test_data.tar.xz -P tests/
4949
tar xvf tests/test_data.tar.xz -C tests/
5050
51+
- name: Install TeX dependencies for run_herg_qc test
52+
timeout-minutes: 5
53+
run: sudo apt-get install dvipng texlive-latex-extra texlive-fonts-recommended cm-super -y
54+
5155
- name: Run unit tests (without coverage testing)
5256
if: ${{ success() && matrix.python-version != env.python-latest }}
5357
run: python -m unittest
@@ -56,14 +60,6 @@ jobs:
5660
if: ${{ success() && matrix.python-version == env.python-latest }}
5761
run: coverage run -m unittest
5862

59-
- name: Install TeX dependencies for run_herg_qc test
60-
timeout-minutes: 15
61-
run: sudo apt-get install dvipng texlive-latex-extra texlive-fonts-recommended cm-super -y
62-
63-
- name: Run `run_herg_qc` script
64-
timeout-minutes: 15
65-
run: pcpostprocess run_herg_qc tests/test_data/13112023_MW2_FF -w A01 A02 A03
66-
6763
- name: Report coverage to codecov
6864
uses: codecov/codecov-action@v4
6965
if: ${{ success() && matrix.python-version == env.python-latest }}

0 commit comments

Comments
 (0)