Fix/1981/Duplicate - Unregistered users mixed up - filter CSRs on replicated event #1791
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: E2E cross platform | |
on: | |
pull_request: | |
paths: | |
- packages/desktop/** | |
- packages/backend/** | |
- packages/state-manager/** | |
- packages/identity/** | |
- packages/common/** | |
jobs: | |
mac: | |
uses: ./.github/workflows/e2e-mac.yml | |
linux: | |
uses: ./.github/workflows/e2e-linux.yml | |
windows: | |
uses: ./.github/workflows/e2e-win.yml | |