Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschoffke committed May 28, 2024
1 parent 9534329 commit dea9d54
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20'

- name: Log generated files
run: |
ls -l 'Resources/fsh-generated/resources'
# Install .NET runtime
- name: Setup .NET Core SDK
Expand Down Expand Up @@ -63,7 +67,7 @@ jobs:
- name: Log generated files
run: |
ls -l '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)
Expand Down

0 comments on commit dea9d54

Please sign in to comment.