feature/Users who request already-taken usernames should be invited to request a new username #1689
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 | |