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 01cb458 commit 4d0c0e3Copy full SHA for 4d0c0e3
.github/workflows/test.yml
@@ -87,6 +87,7 @@ jobs:
87
- name: Test anchor-counter
88
run: |
89
cd anchor-counter
90
+ yarn install
91
EPHEMERAL_PROVIDER_ENDPOINT="http://localhost:7799" \
92
EPHEMERAL_WS_ENDPOINT="ws://localhost:7800" \
93
anchor test \
0 commit comments