Skip to content

Commit d967d81

Browse files
committed
Add passkey tests to ci
1 parent a164344 commit d967d81

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tests.yml

+9
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,15 @@ jobs:
129129
- uses: ./.github/actions/install-dependencies
130130
- run: pnpm --filter network test
131131

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+
132141
tests-provider:
133142
name: Run provider tests
134143
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)