Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Kurz <[email protected]>
  • Loading branch information
scottkurz committed Feb 24, 2024
1 parent aa8a8e3 commit 7ef9f75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:

# Checkout the eclipse plugin repository.
- name: 'Setup: Checkout plugin'
uses: actions/checkout@v2
Expand All @@ -41,10 +42,12 @@ jobs:
- run: |
mkdir logs
find tests -type f -name "*.log" -exec cp {} logs \;
if: always()
# save logs
- name: Upload Logs
uses: actions/upload-artifact@v2
if: always()
with:
name: test-app-logs
path: logs
Expand Down

0 comments on commit 7ef9f75

Please sign in to comment.