2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@@ -13,7 +13,7 @@ name: "CodeQL"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main", "development" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ "main", "development" ]
|
branches: [ "main", "development" ]
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
/usr/sbin/pcscd &
|
/usr/sbin/pcscd &
|
||||||
sleep 2
|
sleep 2
|
||||||
rm -f memory.flash
|
rm -f memory.flash
|
||||||
cp -R tests/Docker/fido2/* /usr/local/lib/python3.9/dist-packages/fido2/hid
|
cp -R tests/docker/fido2/* /usr/local/lib/python3.9/dist-packages/fido2/hid
|
||||||
./build_in_docker/pico_fido > /dev/null &
|
./build_in_docker/pico_fido > /dev/null &
|
||||||
pytest tests
|
pytest tests
|
||||||
|
|||||||
Reference in New Issue
Block a user