Nightly Builds #1
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: Nightly Buildss | |
on: | |
workflow_dispatch: | |
jobs: | |
build-main: | |
name: Build Main | |
uses: ./.github/workflows/setup.yml | |
with: | |
branch: main | |
build-start-here: | |
name: Build Start Here | |
uses: ./.github/workflows/setup.yml | |
with: | |
branch: sample-code/start-here | |
build-module-3: | |
name: Build Module 3 | |
uses: ./.github/workflows/setup.yml | |
with: | |
branch: sample-code/module-3-my-first-playwright-test | |
build-module-4: | |
name: Build Module 4 | |
uses: ./.github/workflows/setup.yml | |
with: | |
branch: sample-code/module-4-interacting-with-elements |