Skip to content

Commit

Permalink
update FIDO tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
z4yx committed Aug 9, 2023
1 parent 5216d25 commit c1776de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ jobs:
- name: Test the FIDO2
run: |
echo 1 >/tmp/canokey-test-nfc # Emulate the NFC mode
pushd test-real && ./test-libfido2.sh && popd
#pushd test-real && ./test-libfido2.sh && popd
cd fido2-tests
~/.local/bin/pytest --color=yes --nfc tests/standard/
~/.local/bin/pytest --color=yes --nfc tests/vendor/canokeys/ --capture=no
#~/.local/bin/pytest --color=yes --nfc tests/vendor/canokeys/ --capture=no
- name: Test the U2F
run: |
Expand Down
2 changes: 1 addition & 1 deletion test-via-pcsc/build_fido_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd ../HID; make
popd
fi

git clone --depth 1 https://github.com/canokeys/fido2-tests.git
git clone --depth 1 -b dev-fido2v1 https://github.com/canokeys/fido2-tests.git
pushd fido2-tests
pip3 install --user -r requirements.txt
popd
Expand Down

0 comments on commit c1776de

Please sign in to comment.