Skip to content

Commit

Permalink
Generating new keys for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Jul 26, 2023
1 parent b0a3be6 commit 7041fbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cross-chain-solana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
- name: Run tests
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
solana-keygen new
yarn test
contracts-format:
Expand Down

0 comments on commit 7041fbf

Please sign in to comment.