Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Apr 10, 2024
1 parent c762ed0 commit cc1b1ef
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci_passkey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
- run: |
npm ci
npm run test:4337 -w modules/passkey
bench:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
cache-dependency-path: package-lock.json
- run: |
npm ci
npm run bench -w modules/passkey
# bench:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v4
# with:
# node-version: 20.x
# cache: npm
# cache-dependency-path: package-lock.json
# - run: |
# npm ci
# npm run bench -w modules/passkey

0 comments on commit cc1b1ef

Please sign in to comment.