Skip to content

(chore) Update OpenMRS dependencies (#728) #1700

(chore) Update OpenMRS dependencies (#728)

(chore) Update OpenMRS dependencies (#728) #1700

Workflow file for this run

name: OpenMRS CI
on:
workflow_dispatch: # temporary, for debugging
push:
branches: [main]
pull_request:
branches: [main]
release:
types:
- created
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
build:
uses: openmrs/openmrs-contrib-gha-workflows/.github/workflows/build-frontend-module.yml@main
release:
needs: build
uses: openmrs/openmrs-contrib-gha-workflows/.github/workflows/release-frontend-module.yml@main
secrets:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
BOT_PAT: ${{ secrets.OMRS_BOT_GH_TOKEN }}