Skip to content

D40482_D40532_The double-click event for ApplicationPlatform selectio… #2068

D40482_D40532_The double-click event for ApplicationPlatform selectio…

D40482_D40532_The double-click event for ApplicationPlatform selectio… #2068

Workflow file for this run

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-2.yml
Test:
name: Test Stage
needs: Build
uses: ./.github/workflows/GingerTests-2.yml
secrets: inherit