Skip to content

Commit f9a6be9

Browse files
committed
Migrating nodenext e2e test to Github Actions
1 parent 28e6b8f commit f9a6be9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
needs: build
5858
strategy:
5959
matrix:
60-
network: [testnet, mainnet]
60+
network: [testnet, mainnet, nodenext]
6161
steps:
6262
- uses: actions/checkout@v4
6363
- uses: ./.github/actions/setup-yarn
6464
- uses: ./.github/actions/use-build
6565

66-
- working-directory: sdk/e2e/${{ matrix.network }}
66+
- working-directory: e2e/${{ matrix.network }}
6767
run: |
6868
yarn start
6969

e2e/nodenext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"typescript": "^5.7.3"
77
},
88
"scripts": {
9-
"build": "tsc"
9+
"start": "tsc"
1010
}
1111
}

0 commit comments

Comments
 (0)