Skip to content

Commit

Permalink
Move Solana CLI build to dedicated runner (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-riley authored Sep 26, 2024
1 parent ef11b8e commit 9ea1ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: docker build -f Dockerfile.cli --target cli-local-test . --progress=plain

test-solana:
runs-on: ubuntu-latest
runs-on: tilt-kube-public
steps:
- uses: actions/checkout@v3
- run: docker build -f Dockerfile.cli --target cli-local-test-solana . --progress=plain

0 comments on commit 9ea1ec3

Please sign in to comment.