We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cf95c commit c97f118Copy full SHA for c97f118
.github/workflows/integ_test_auth.yml
@@ -59,7 +59,8 @@ jobs:
59
timeout-minutes: 30
60
secrets: inherit
61
62
- auth-webauthn-integration-test-iOS:
63
- name: Auth WebAuthn Integration Tests (iOS)
64
- uses: ./.github/workflows/integ_test_auth_webauthn.yml
65
- secrets: inherit
+ # Disabling the integration test because the job is not able to connect to the local server
+ # auth-webauthn-integration-test-iOS:
+ # name: Auth WebAuthn Integration Tests (iOS)
+ # uses: ./.github/workflows/integ_test_auth_webauthn.yml
66
+ # secrets: inherit
0 commit comments