Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: bernard-avalabs <[email protected]>
Signed-off-by: Ian Suvak <[email protected]>
  • Loading branch information
iansuvak and bernard-avalabs authored Aug 23, 2024
1 parent e76feda commit c55a097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The most complicated example case that can arise above is that a feature depends
### Remote E2E testing through GitHub Actions

1. If an `avalanchego` commit referencing this change in its `go.mod` file doesn't exist yet then it needs to be added.
2. In `subnet-evm` add a commit that references the `avalanchego` commit from above in both its `go.mod` file as well as `scripts/versions.sh` file.
2. Add a commit in `subnet-evm` that references the `avalanchego` commit from above in both its `go.mod` file as well as its `scripts/versions.sh` file.
3. Create a new commit in this repository referencing `avalanchego` and `subnet-evm` directly and `coreth` indirectly as well as update references in the `scripts/version.sh` file for both `AVALANCHEGO_VERSION` and `SUBNET_EVM_VERSION`.

If all of the commits mentioned above are published to GitHub branches, this will enable running of E2E tests through the CI.
Expand Down

0 comments on commit c55a097

Please sign in to comment.