Skip to content

(MOSIP-25631): refactor workflow to test run #2

(MOSIP-25631): refactor workflow to test run

(MOSIP-25631): refactor workflow to test run #2

Workflow file for this run

name: Push-Triggers
.anchor-branches: &branches
branches:
- main
- develop
- qa-develop
- "release-**"
on:

Check failure on line 10 in .github/workflows/push-triggers.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push-triggers.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
push:
<<: *branches
release:
types: [published]
pull_request:
types: [opened, reopened, synchronize]
paths:
- 'charts/**'
<<: *branches
jobs:
build-android:
uses: tw-mosip/kattu/.github/workflows/android-build.yml@add-inji-workflows
with:
NODE_VERSION: "16.x"
secrets:
DEBUG_KEYSTORE_ALIAS: androiddebugkey
DEBUG_KEYSTORE_PASSWORD: "dummypassword"
build-ios:
uses: tw-mosip/kattu/.github/workflows/ios-build.yml@add-inji-workflows
with:
NODE_VERSION: "16.x"
sonar-check:
if: ${{ github.event_name == 'push' }}
uses: tw-mosip/kattu/.github/workflows/sonar.yml@add-inji-workflows
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: https://sonarcloud.io
SONAR_ORGANIZATION: ${{ secrets.ORG_KEY }}