Let's try different jobs

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-10-09 14:21:55 +02:00
parent c435764978
commit 205356b848
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -23,9 +23,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v3
@ -33,7 +31,15 @@ jobs:
submodules: recursive
- name: Build in container
run: ./tests/build-in-docker.sh
- name: Start emulation and test
test:
runs-on: ubuntu-latest
needs: build
steps:
- name: Test PCSC (pytest)
run: ./tests/run-test-in-docker.sh
test_pkcs11:
runs-on: ubuntu-latest
needs: build
steps:
- name: Test PKCS11
run: ./tests/run-test-pkcs11-in-docker.sh