Skip to content

Commit

Permalink
Added build-test-ig github workflow config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-ADHA committed Sep 26, 2024
1 parent 0b34b1e commit 5ff6711
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build-test-ig.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build test FHIR IG

on:
push:
branches: [ dev ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Manually trigger test FHIR IG
run: |
curl -X POST \
--url "https://us-central1-fhir-org-starter-project.cloudfunctions.net/ig-commit-trigger" \
--header "Content-type: application/json" \
--data '{"ref": "refs/heads/main", "repository": {"full_name": "robeastwood-agency/test-fhir-ig-2"}}'

0 comments on commit 5ff6711

Please sign in to comment.