Let's try different jobs
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@@ -23,9 +23,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository and submodules
|
- name: Checkout repository and submodules
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@@ -33,7 +31,15 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Build in container
|
- name: Build in container
|
||||||
run: ./tests/build-in-docker.sh
|
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
|
run: ./tests/run-test-in-docker.sh
|
||||||
|
test_pkcs11:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: build
|
||||||
|
steps:
|
||||||
- name: Test PKCS11
|
- name: Test PKCS11
|
||||||
run: ./tests/run-test-pkcs11-in-docker.sh
|
run: ./tests/run-test-pkcs11-in-docker.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user