Skip to content

Execute apply_fixes integration tests on Windows #361

Execute apply_fixes integration tests on Windows

Execute apply_fixes integration tests on Windows #361

Workflow file for this run

name: CI
on: [ pull_request ]
jobs:
integration-tests-apply-fixes:
strategy:
matrix:
os: [ ubuntu-22.04, macos-12 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare_buildozer
with:
version: '6.4.0'
- name: Integration tests - Applying fixes
run: |
buildozer --version
python test/apply_fixes/execute_tests.py -t unused_dependency/remove_unused_public_dep -v
integration-tests-apply-fixes-windows:
strategy:
matrix:
os: [ windows-2022 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare_buildozer
with:
version: '6.4.0'
- name: Integration tests - Applying fixes
run: |
& D:\bin\buildozer.exe --version
python test/apply_fixes/execute_tests.py -t unused_dependency/remove_unused_public_dep -v