Skip to content

Commit

Permalink
fix: yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
sol-matcha committed Sep 10, 2023
1 parent 9063e4a commit 988d6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ runs:
entrypoint: shell-exec
args:
- "cd ${{ inputs.workspace_dir }}"
- yarn
- "yarn install"
- "solana-keygen new --no-bip39-passphrase"
- "anchor test ${{ inputs.args }}"

0 comments on commit 988d6d7

Please sign in to comment.