Skip to content

Commit

Permalink
chore: save more log files in GitHub tests (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdirkse committed Apr 11, 2023
1 parent 46eb835 commit 96a9ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-frank-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
if: always()
with:
name: Linux-${{ matrix.example}}-logs
path: build/*/logs/catalina.out
path: build/*/logs
- name: Check existence of FrankConfig.xsd - for classes
if: ${{ matrix.example == 'Frank2Example2' }}
run: test -e examples/${{ matrix.example }}/FrankConfig.xsd
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
if: always()
with:
name: Windows-${{ matrix.example}}-logs
path: build\*\logs\catalina*.log
path: build\*\logs
- name: Check that FrankConfig.xsd exists - for classes
if: ${{ matrix.example == 'Frank2Example2' }}
shell: cmd
Expand Down

0 comments on commit 96a9ce4

Please sign in to comment.