Skip to content

Commit

Permalink
Update and rename validate-fsh.yml to test-validate-fsh.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rockphotog authored Jan 27, 2025
1 parent 4f3d1dd commit b2d2b34
Showing 1 changed file with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
name: Validate FSH Files
name: TEST Validate FSH Files

on:
workflow_dispatch:

env:
IG: mal
# env:
# IG: mal
# IG: ${{ vars.IG_KORTNAVN }}

jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Call config workflow
uses: ./.github/workflows/config.yml

- name: Checkout repository
uses: actions/checkout@v4

Expand Down Expand Up @@ -54,11 +57,11 @@ jobs:

- name: Run fsh-validator
run: |
cd ${{ env.IG }}/input/fsh/
cd ${{ steps.set-var.outputs.IG_KORTNAVN }}/input/fsh/
fsh-validator --all --log-path fsh-validator.log
- name: Upload output file
uses: actions/upload-artifact@v4
with:
name: fsh-validator.log
path: ${{ env.IG }}/input/fsh/fsh-validator.log
path: ${{ steps.set-var.outputs.IG_KORTNAVN }}/input/fsh/fsh-validator.log

0 comments on commit b2d2b34

Please sign in to comment.