Skip to content

Commit

Permalink
Add passkey tests to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ScreamingHawk committed Nov 26, 2024
1 parent a164344 commit d967d81
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,15 @@ jobs:
- uses: ./.github/actions/install-dependencies
- run: pnpm --filter network test

tests-passkeys:
name: Run passkeys tests
runs-on: ubuntu-latest
needs: [install]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-dependencies
- run: pnpm --filter passkeys test

tests-provider:
name: Run provider tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit d967d81

Please sign in to comment.