Skip to content

apt.py: use subprocess.run with check=True instead of check_call when capturing stdout and stderr #115

apt.py: use subprocess.run with check=True instead of check_call when capturing stdout and stderr

apt.py: use subprocess.run with check=True instead of check_call when capturing stdout and stderr #115

Workflow file for this run

name: Tests
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/build-and-test.yaml