Fix workflow

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-10-09 14:46:37 +02:00
parent d118b787a2
commit 4493afa84d
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -22,23 +22,17 @@ on:
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
test:
runs-on: ubuntu-latest
uses: ./.github/workflows/build.yml
needs: build
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v3
with:
submodules: recursive
- name: Test PCSC (pytest)
run: ./tests/run-test-in-docker.sh
test_pkcs11:
runs-on: ubuntu-latest
uses: ./.github/workflows/build.yml
needs: build
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v3
with:
submodules: recursive
- name: Test PKCS11
run: ./tests/run-test-pkcs11-in-docker.sh