Introduction of C4 diagrams to explain architecture to new contributors #1495
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] | |
jobs: | |
mac: | |
uses: ./.github/workflows/e2e-mac.yml | |
linux: | |
uses: ./.github/workflows/e2e-linux.yml | |
windows: | |
uses: ./.github/workflows/e2e-win.yml | |