Skip to content

Flutter analyze issues were fixed, fixed testing coverage , added git… #1

Flutter analyze issues were fixed, fixed testing coverage , added git…

Flutter analyze issues were fixed, fixed testing coverage , added git… #1

Workflow file for this run

name: Plugin QA

Check failure on line 1 in .github/workflows/pluginQA.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pluginQA.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: Deploy-To-QA
on:
push:
branches:
- releases/[0-9].x.x/[0-9].[0-9]+.x/[0-9].[0-9]+.[0-9]+-rc[0-9]+
- testWorkflow
- CI-Actions
jobs:
Run-Unit-Tests:
uses: ./.github/workflows/runTest.yml
Build-Sample-Apps-Android:
needs: [ Run-Unit-Tests ]
uses: ./.github/workflows/build-android.yml
Build-Sample-Apps-iOS:
needs: [ Run-Unit-Tests ]
uses: ./.github/workflows/build-ios.yml
Deploy-To-QA:
needs: [ Build-Sample-Apps-Android, Build-Sample-Apps-iOS ]
runs-on: ubuntu-latest
steps:
#need to add steps