Playwright Defect fix D43161_D43162_D44142_D44141 #2533
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: CI | |
on: | |
workflow_dispatch: | |
workflow_call: | |
pull_request: | |
branches: | |
- master | |
- Features/Linux-Migration | |
- Releases/* | |
- Releases/*/* | |
jobs: | |
# Codacy: | |
# name: Code_Quality | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v3 | |
Build: | |
name: Build Stage | |
# needs: Codacy | |
uses: ./.github/workflows/GingerBuild.yml | |
Test: | |
name: Test Stage | |
needs: Build | |
uses: ./.github/workflows/GingerTests.yml | |
secrets: inherit |