Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 3837370

Browse files
authored
ci: Fix flakiness on token js tests (#5784)
1 parent 6edf3ec commit 3837370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-token.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
runs-on: ubuntu-latest
254254
env:
255255
NODE_VERSION: 16.x
256-
needs: [cargo-test-sbf, cargo-test-sbf-associated-token-account]
256+
needs: [cargo-test-sbf, cargo-test-sbf-associated-token-account, cargo-test-sbf-transfer-hook]
257257
steps:
258258
- uses: actions/checkout@v2
259259
- name: Use Node.js ${{ env.NODE_VERSION }}

0 commit comments

Comments
 (0)