Skip to content

Commit

Permalink
Rearrange tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Mar 24, 2024
1 parent b0d61a0 commit c02b3f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Install pip dependencies
run: python -m pip install flake8 pytest

- name: Run flake8
run: flake8 --ignore=E501,E266 pycdlib tools/*

- name: Build patched cdrkit
run: |
pushd vendor
Expand All @@ -49,9 +52,6 @@ jobs:
popd
popd
- name: Run flake8
run: flake8 --ignore=E501,E266 pycdlib tools/*

- name: Patch pycdlib-genisoimage for python version
run: sed -i -e '0,/python3/s//python/' tools/pycdlib-genisoimage

Expand Down

0 comments on commit c02b3f1

Please sign in to comment.