We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e6b8f commit f9a6be9Copy full SHA for f9a6be9
.github/workflows/sdk.yml
@@ -57,13 +57,13 @@ jobs:
57
needs: build
58
strategy:
59
matrix:
60
- network: [testnet, mainnet]
+ network: [testnet, mainnet, nodenext]
61
steps:
62
- uses: actions/checkout@v4
63
- uses: ./.github/actions/setup-yarn
64
- uses: ./.github/actions/use-build
65
66
- - working-directory: sdk/e2e/${{ matrix.network }}
+ - working-directory: e2e/${{ matrix.network }}
67
run: |
68
yarn start
69
e2e/nodenext/package.json
@@ -6,6 +6,6 @@
6
"typescript": "^5.7.3"
7
},
8
"scripts": {
9
- "build": "tsc"
+ "start": "tsc"
10
}
11
0 commit comments