Skip to content

Commit

Permalink
(fix) Attempt to fix broken CI (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet authored Nov 4, 2023
1 parent 4f63c18 commit a716a91
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deployment_8500_spa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- feat/fixCI
release:
types: [published]

Expand All @@ -15,20 +16,16 @@ jobs:
matrix:
node: [18.x]
steps:
- name: Check out repository
uses: actions/checkout@v3
- uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'npm'

- name: Clean up previous build artifacts
run: rm -rf openmrs-config-kenyaemr frontend

- name: Install dependencies
run: npm install

- name: Build Kenya EMR 3.x assets
run: npx --legacy-peer-deps openmrs@next build --build-config ./configuration/dev-build-config.json --target ./frontend --page-title "KenyaEMR" --support-offline false
Expand Down

0 comments on commit a716a91

Please sign in to comment.