Skip to content

Commit de52b76

Browse files
committed
implement all wallet tests
1 parent 8e3ac88 commit de52b76

10 files changed

Lines changed: 2952 additions & 221 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ env:
1212
PRIVY_TEST_APP_SECRET: ${{ secrets.PRIVY_TEST_APP_SECRET }}
1313
PRIVY_TEST_JWT_PRIVATE_KEY: ${{ secrets.PRIVY_TEST_JWT_PRIVATE_KEY }}
1414
PRIVY_TEST_URL: ${{ secrets.PRIVY_TEST_URL }}
15+
# staging authorization flow is very flaky. we'll remove this eventually
16+
MARK_FLAKY_TESTS_RETRIES: 20
1517

1618
jobs:
1719
test:

.mise.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ _.file = ['.env', '.env.local']
1313
# You can set these values here, or in a .env.local file that mise will load.
1414
# PRIVY_APP_ID = ""
1515
# PRIVY_APP_SECRET = ""
16-
# PRIVY_WALLET_ID = ""
17-
# PRIVY_PUBLIC_KEY = ""
1816

1917
[tasks.pull-openapi]
2018
description = "Pull the latest OpenAPI spec from the Privy API repo and apply our overlay"

0 commit comments

Comments
 (0)