Skip to content

Commit b1c4e8d

Browse files
committed
💚 Fix CI
1 parent c18ec17 commit b1c4e8d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ jobs:
131131
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
132132
ls node_modules/.bin
133133
npm i -g @coral-xyz/anchor-cli@${{ env.anchor_version }} ts-mocha typescript
134+
npm run build -w client/sdk/
134135
anchor test
135136
136137
- run: |
137138
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
138139
npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
139-
npm run build -w client/sdk/
140140
yarn lint --fix
141141
npm publish -w client/sdk/
142142
env:

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
131131
ls node_modules/.bin
132132
npm i -g @coral-xyz/anchor-cli@${{ env.anchor_version }} ts-mocha typescript
133+
npm run build -w client/sdk/
133134
anchor test
134135
135136
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)