Skip to content

Commit

Permalink
chore(ci): mint new pkp for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansonhkg committed Mar 12, 2024
1 parent 0042ef6 commit 0c24f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
run: yarn build
- name: Run End to End Tests
if: steps.build.outputs.exit_code == 0
run: yarn test:e2e:node --group=connection --group=lit-actions --group=pkp-auth-method --group=pkp-ethers --group=pkp-encryption-decryption --group=pkp-session-sigs
run: MINT_NEW=true yarn test:e2e:node --group=connection --group=lit-actions --group=pkp-auth-method --group=pkp-ethers --group=pkp-encryption-decryption --group=pkp-session-sigs

0 comments on commit 0c24f5c

Please sign in to comment.