Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzautke authored Dec 27, 2024
1 parent fcf5586 commit f8c1533
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
SUSHI_OPTIONS: Resources/
EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA VALIDATION_EXAMPLES_JAVA

# - name: Add & Commit
# uses: EndBug/add-and-commit@v7
# with:
# add: 'Resources/fsh-generated/resources/'
- name: Add & Commit
uses: EndBug/add-and-commit@v7
with:
add: 'Resources/fsh-generated/resources/'

- name: Check for Uncommitted Changes
run: |
git diff --exit-code 'Resources/fsh-generated/resources'|| (echo "Es gibt Änderungen durch die Pipeline. Lokale Sushi Konfiguration prüfen!" && exit 1)
#- name: Check for Uncommitted Changes
# run: |
# git diff --exit-code 'Resources/fsh-generated/resources'|| (echo "Es gibt Änderungen durch die Pipeline. Lokale Sushi Konfiguration prüfen!" && exit 1)

0 comments on commit f8c1533

Please sign in to comment.