Skip to content

Implement 'codesign sign' helper command that does all the osslsignco… #80

Implement 'codesign sign' helper command that does all the osslsignco…

Implement 'codesign sign' helper command that does all the osslsignco… #80

name: Integration Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
env:
TERM: xterm
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y make openssh-client openssl libpcsclite-dev expect
- name: Run tests
run: |
make test