Skip to content

Commit

Permalink
test: removing cj backend container
Browse files Browse the repository at this point in the history
  • Loading branch information
andrcj committed Apr 22, 2024
1 parent fa51409 commit 3796fc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-suite-desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ jobs:
bash packages/suite-desktop-core/scripts/gnupg-sign.sh
mv packages/suite-desktop/build-electron/* .
- name: Clean up node_modules after suite build
run: rm -rf node_modules

- name: Pull and run Docker containers
run: |
docker-compose pull
Expand Down
10 changes: 5 additions & 5 deletions docker/docker-compose.suite-desktop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ services:
- ../:/trezor-suite
network_mode: service:trezor-user-env-unix

coinjoin-backend:
image: ghcr.io/trezor/coinjoin-backend:latest
network_mode: service:trezor-user-env-unix
volumes:
- ../:/coinjoin-backend
# coinjoin-backend:
# image: ghcr.io/trezor/coinjoin-backend:latest
# network_mode: service:trezor-user-env-unix
# volumes:
# - ../:/coinjoin-backend

0 comments on commit 3796fc8

Please sign in to comment.