Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge updates from main into cleanup. #83

Merged
merged 3 commits into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This workflow reuses the openHIE GitHub action for building IGs
# Initial idea by Carl Leitner, developed by Elliot Silver, available from: https://www.argentixinfo.com/archives/156
# This workflow reuses the World Health Organization GitHub action for building IGs
# Initial idea by Carl Leitner
# Change log:
# v0.1.0
# 2021-06-18: publish default branches to / , other branches branches/<branch>
# 2021-11-26: reusable workflow

name: CI
name: ghbuild

# Controls when the action will run.
on:
Expand All @@ -20,4 +20,4 @@ on:
jobs:
# This workflow contains a single job called "build"
call_build:
uses: openhie/empty-fhir-ig/.github/workflows/main.yml@master
uses: WorldHealthOrganization/smart-base/.github/workflows/ghbuild.yml@main
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ Using a CQL plugin in Atom or [VSCode](https://github.com/PuraJuniper/bulk-fsh),

After running the _testMagick.sh script this should produce an output file with the results of how each CQL file executed against your test patients.


Loading
Loading