Clone
9
GitHub Actions Overview
Matěj Kříž edited this page 2026-01-12 11:45:49 +01:00

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 develop build Build suite native develop .github/workflows/release-suite-native-develop.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).