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 a164344 commit d967d81Copy full SHA for d967d81
.github/workflows/tests.yml
@@ -129,6 +129,15 @@ jobs:
129
- uses: ./.github/actions/install-dependencies
130
- run: pnpm --filter network test
131
132
+ tests-passkeys:
133
+ name: Run passkeys tests
134
+ runs-on: ubuntu-latest
135
+ needs: [install]
136
+ steps:
137
+ - uses: actions/checkout@v4
138
+ - uses: ./.github/actions/install-dependencies
139
+ - run: pnpm --filter passkeys test
140
+
141
tests-provider:
142
name: Run provider tests
143
runs-on: ubuntu-latest
0 commit comments