fix(3128): Update LFA to fix auth issues when using QSS in AWS #3869
This file contains hidden or 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/** | |
| - packages/e2e-tests/** | |
| - 3rd-party/** | |
| jobs: | |
| mac: | |
| uses: ./.github/workflows/e2e-mac.yml | |
| linux: | |
| uses: ./.github/workflows/e2e-linux.yml | |
| linux-qss: | |
| uses: ./.github/workflows/e2e-qss-linux.yml | |
| linux-back-compat: | |
| uses: ./.github/workflows/e2e-back-compat-linux.yml | |
| # windows: | |
| # uses: ./.github/workflows/e2e-win.yml | |