Skip to content

Commit

Permalink
add verifying stesp
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh62 committed Nov 25, 2024
1 parent 3de49df commit 16814a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/integ_test_auth_webauthn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
npm install
npm start &
shell: bash

- name: Verify server is running
run: |
curl --fail -X POST http://127.0.0.1:9293/boot || exit 1
- name: Run iOS Integration Tests
id: run-tests
Expand All @@ -85,6 +89,10 @@ jobs:
derived_data_path: ${{ github.workspace }}/Build
disable_package_resolution: ${{ steps.dependencies-cache.outputs.cache-hit }}

- name: Enrol Biometrics
run: |
curl --fail -X POST http://127.0.0.1:9293/enroll || exit 1
- name: Retry iOS Integration Tests
if: steps.run-tests.outcome=='failure'
id: retry-tests
Expand Down

0 comments on commit 16814a7

Please sign in to comment.