-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use suave-toolchain action * Do not checkout suave-geth * Use the PATH binary * Modify binary name * test * Try again * Update registry * Remove ci step
- Loading branch information
Showing
3 changed files
with
5 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,26 +14,12 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Checkout suave-geth repo | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: flashbots/suave-geth | ||
path: suave-geth | ||
persist-credentials: false | ||
fetch-depth: 0 | ||
|
||
- name: Build suave | ||
run: | | ||
cd suave-geth | ||
make suave | ||
- name: Include the binary on $PATH | ||
run: | | ||
echo "$(pwd)/suave-geth/build/bin" >> $GITHUB_PATH | ||
- name: Install suave-geth | ||
uses: flashbots/[email protected] | ||
|
||
- name: Run suave | ||
run: | | ||
./suave-geth/build/bin/suave --suave.dev & | ||
suave-geth --suave.dev & | ||
- name: Install Foundry | ||
uses: foundry-rs/foundry-toolchain@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters