Skip to content

Commit

Permalink
test: removing docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
andrcj committed Apr 22, 2024
1 parent 2ad35d0 commit 1f4ad47
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/test-suite-desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,19 @@ jobs:
node-version-file: ".nvmrc"
cache: yarn

- name: Docker login
run: docker login $CI_DEPENDENCY_PROXY_SERVER -u $CI_DEPENDENCY_PROXY_USER -p $CI_DEPENDENCY_PROXY_PASSWORD

- name: Install dependencies
run: yarn install --immutable

- name: Sign config and build
- name: Install deps and build libs
run: |
yarn install --immutable
yarn message-system-sign-config
yarn workspace @trezor/suite-data build:lib
yarn workspace @trezor/connect-iframe build:lib
yarn workspace @trezor/transport-bridge build:lib
- name: Build linux suite-desktop
run: |
yarn workspace @trezor/suite-desktop build:linux
bash packages/suite-desktop-core/scripts/gnupg-sign.sh
mv packages/suite-desktop/build-electron/* .
- name: Pull and run Docker containers
run: |
Expand Down

0 comments on commit 1f4ad47

Please sign in to comment.