Skip to content

Commit

Permalink
fix(ci)!: remove Dockerfile.ledger and hwi steps from coverage step
Browse files Browse the repository at this point in the history
  • Loading branch information
oleonardolima committed Aug 26, 2024
1 parent 7089edf commit 0708329
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,6 @@ jobs:
uses: Swatinem/rust-cache@v2.2.1
- name: Install grcov
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
# TODO: re-enable the hwi tests
- name: Build simulator image
run: docker build -t hwi/ledger_emulator ./ci -f ci/Dockerfile.ledger
- name: Run simulator image
run: docker run --name simulator --network=host hwi/ledger_emulator &
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install python dependencies
run: pip install hwi==2.1.1 protobuf==3.20.1
- name: Test
run: cargo test --all-features
- name: Make coverage directory
Expand Down
9 changes: 0 additions & 9 deletions ci/Dockerfile.ledger

This file was deleted.

0 comments on commit 0708329

Please sign in to comment.