Skip to content

GitHub Actions Overview

Jiri Zbytovsky edited this page Nov 26, 2025 · 8 revisions

GitHub Actions Overview (trezor/trezor-suite)

This page lists the most useful workflows you may want to trigger manually or check regularly (builds, E2E tests, scheduled jobs, automation).

Click on the Badge to see the overview of all runs.


Build & Release

Workflow Status / Runs Workflow file
πŸ–₯️ Suite desktop build Build desktop apps .github/workflows/build-desktop-apps.yml
πŸ–₯️ Suite web dev build Build desktop apps .github/workflows/build-suite-web.yml
πŸ“± Suite native adhoc build Build suite native adhoc .github/workflows/build-suite-native-adhoc.yml
πŸ“± Suite native production release Release suite native production .github/workflows/release-suite-native-production.yml

E2E & Integration Tests

Workflow Status / Runs Workflow file
πŸ–₯️ Nightly Suite Desktop e2e tests Desktop e2e .github/workflows/test-suite-desktop-e2e-nightly.yml
πŸ–₯️ PR Suite Desktop e2e tests Desktop e2e * .github/workflows/test-suite-desktop-e2e-pr.yml
πŸ–₯️ PR Suite Web e2e tests Desktop e2e * .github/workflows/test-suite-web-e2e-pr.yml
πŸ“± Suite Native Android E2E tests Native e2e Android .github/workflows/test-suite-native-e2e-android.yml
πŸ“± Suite Native iOS E2E tests Native e2e Android .github/workflows/test-suite-native-e2e-ios.yml
πŸ”Œ Connect tests Connect tests .github/workflows/test-connect.yml
πŸ”Œ Connect popup E2E Connect popup e2e .github/workflows/test-connect-popup.yml
πŸ”— Blockchain Link E2E (scheduled) Blockchain-link e2e .github/workflows/test-blockchain-link.yml

Bots & Automation

Workflow Status / Runs Workflow file
🌐 Crowdin translations sync Crowdin translations update .github/workflows/bot-crowdin-sync.yml
πŸ§… Update Tor binary Update Tor binary .github/workflows/update-tor.yml

Connect Release Workflows

Workflow Status / Runs Workflow file
πŸ”Œ Connect NPM release Release connect NPM .github/workflows/release-connect-npm.yml
πŸ”Œ Connect version bump Connect bump versions .github/workflows/release-connect-bump-versions.yml
πŸ”Œ Connect v9 production release Connect v9 production .github/workflows/release-connect-v9-production.yml

* signifies a PR check which is not run regularly on develop, so the badge is irrelevant (shows latest PR).

Clone this wiki locally