Skip to content

Send a notification when the direct key usage is SK #208

Send a notification when the direct key usage is SK

Send a notification when the direct key usage is SK #208

Workflow file for this run

name: Integration Tests
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
env:
CARGO_TERM_COLOR: always
jobs:
ubuntu-integration-test:
runs-on: ubuntu-latest
steps:
- name: Install Protoc
uses: arduino/setup-protoc@v3
- uses: actions/checkout@v2
- name: Install libpcsc
run: sudo apt install -y libpcsclite-dev libusb-1.0-0-dev libudev-dev
- name: Run Integration Tests
run: ./tests/integration.sh