Skip to content

Commit

Permalink
chore(evm-rpc): set up GitHub CI (#1028)
Browse files Browse the repository at this point in the history
This PR updates the GitHub CI on the `evm-rpc-canister` branch to be
equivalent to the original GitLab configuration.

This is a temporary measure to unblock development, since we intend to
migrate this branch into the [EVM RPC
repository](internet-computer-protocol/evm-rpc-canister#252)
(which contains the vast majority of the testing for the forked
codebase).
  • Loading branch information
rvanasa authored Aug 21, 2024
1 parent 5991b07 commit f023e96
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 151 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/evm-rpc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: EVM RPC

on:
pull_request:

jobs:
build-evm-rpc:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
- uses: actions-rs/cargo@v1
with:
command: build
args: --package ic-cketh-minter
57 changes: 0 additions & 57 deletions .github/workflows/main-ci.yml

This file was deleted.

94 changes: 0 additions & 94 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit f023e96

Please sign in to comment.