Use different branch.

This commit is contained in:
chriseth
2023-03-07 14:40:14 +01:00
parent 717b48b96c
commit 63b87b6ebc

View File

@@ -35,7 +35,7 @@ jobs:
run: cargo build --verbose
- name: Install pilcom
# run: git clone https://github.com/0xPolygonHermez/pilcom.git && cd pilcom && npm install
run: git clone https://github.com/chriseth/pilcom.git -b parse_json_if_json_passed && cd pilcom && npm install
run: git clone https://github.com/chriseth/pilcom.git -b main && cd pilcom && npm install
- name: Run tests
run: PILCOM=$(pwd)/pilcom/ cargo test --verbose
- name: Lint