Skip to content

Commit

Permalink
chore(ci): remove controller tests on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
grdddj committed Oct 25, 2023
1 parent b7cf42a commit 6b9d813
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/check-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "[Check] validate trezor-user-env"
on: [pull_request]

jobs:
# Run code validattion
# Run code validation
validation-check:
runs-on: ubuntu-latest
steps:
Expand All @@ -19,23 +19,3 @@ jobs:
run: nix-shell --run "poetry run make style_check"
- name: Run code check
run: nix-shell --run "poetry run make code_check"

# Run controller test
controller-test:
needs: validation-check
runs-on: ubuntu-latest
env:
SDL_VIDEODRIVER: "dummy"
steps:
- uses: actions/checkout@v3
- name: Setup Nix
uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable

- name: Download emulator and bridge binaries
run: nix-shell --run "./src/binaries/firmware/bin/download.sh && ./src/binaries/trezord-go/bin/download.sh"
- name: "Install poetry"
run: nix-shell --run "poetry install"
- name: Run the tests
run: nix-shell --run "poetry run make test"

0 comments on commit 6b9d813

Please sign in to comment.