Skip to content

Commit

Permalink
Update fhir-workflows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdemeyANS authored Jun 21, 2024
1 parent 91d5968 commit d19f7a9
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/fhir-workflows.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
name: Workflow Sushi Tests gitHubpages
name: Workflow Tests/gitHubpages
on:
workflow_call:
push:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
run-sushi-tests_gitHubPages:
run-gitHubPages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: igSource

- uses: ansforge/IG-workflows@v0.2.0

with:
repo_ig: "./igSource"
github_page: "true"
github_page_token: ${{ secrets.GITHUB_TOKEN }}
bake: "true"
nos: "true"
validator_cli: "false"
generate_testscript: "false"
validator_cli: "false"
generate_plantuml : "true"
repo_ig: "./igSource"
github_page: "true"
github_page_token: ${{ secrets.ANS_IG_API_TOKEN }}

0 comments on commit d19f7a9

Please sign in to comment.