Skip to content

Commit

Permalink
fix e2e relayer name and locks (#1015)
Browse files Browse the repository at this point in the history
* fix workflow naming

* chore(ci): e2e relayer setup

* chore: comment

---------

Co-authored-by: Maycon Amaro <[email protected]>
  • Loading branch information
gabriel-aranha-cw and mayconamaroCW authored Jun 6, 2024
1 parent 68ec30b commit 621a64d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
22 changes: 6 additions & 16 deletions .github/workflows/e2e-relayer.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Contracts E2E Rocks tests
name: E2E Relayer

on:
pull_request:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.75
Expand All @@ -57,22 +57,12 @@ jobs:
run: sudo apt-get install -y protobuf-compiler

- name: Set up Just
uses: extractions/setup-just@v1

- name: Set up ASDF Version Manager
uses: asdf-vm/actions/setup@v3
uses: extractions/setup-just@v2

- name: Install Node.js
run: |
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
asdf install nodejs 20.10.0
asdf global nodejs 20.10.0
- name: Install Solidity
run: |
asdf plugin add solidity https://github.com/diegodorado/asdf-solidity.git
asdf install solidity 0.8.16
asdf global solidity 0.8.16
uses: actions/setup-node@v4
with:
node-version-file: .tool-versions

- name: Set up dependencies
if: ${{ steps.cache-cargo.outputs.cache-hit != 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ e2e-relayer-external-up:
# Build Stratus and Relayer binaries
echo "Building Stratus binary"
cargo build --release --bin stratus --features dev &
echo "Building Stratus binary"
echo "Building Relayer binary"
cargo build --release --bin relayer --features dev &

mkdir e2e_logs
Expand Down

0 comments on commit 621a64d

Please sign in to comment.