Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
Signed-off-by: Gokulraj C <[email protected]>
  • Loading branch information
GOKULRAJ136 authored Jan 23, 2024
2 parents ec7715c + 902c938 commit 701959c
Show file tree
Hide file tree
Showing 32 changed files with 2,001 additions and 1,025 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/db-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: PostgreSQL Test

on:
release:
types: [published]
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
inputs:
message:
description: 'Message for manually triggering'
required: false
default: 'Triggered for Updates'
type: string
push:
branches:
- '!release-branch'
- release*
- master
- 1.*
- develop*
- MOSIP*
paths:
- 'db_scripts/**'

jobs:
build-db-test:
strategy:
matrix:
include:
- DB_LOCATION: 'db_scripts/mosip_pms'
DB_NAME: 'mosip_pms'
fail-fast: false
name: ${{ matrix.DB_NAME }}
uses: mosip/kattu/.github/workflows/db-test.yml@master
with:
DB_LOCATION: ${{ matrix.DB_LOCATION}}
214 changes: 0 additions & 214 deletions .github/workflows/mavenpublish.yml

This file was deleted.

83 changes: 0 additions & 83 deletions .github/workflows/postgres-init_trigger.yml

This file was deleted.

Loading

0 comments on commit 701959c

Please sign in to comment.