Skip to content

Commit

Permalink
try to find problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ebehner committed Nov 12, 2024
1 parent cf59ef6 commit a8b5f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extended-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Run Tests
id: run_tests
run: |
docker run dewolf make extendedtests
pwd
ls -lh
docker run dewolf make extendedtests
- name: Upload Crash Reports
if: ${{ failure() && steps.run_tests.conclusion == 'failure' }} # Only run if previous steps fail
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a8b5f87

Please sign in to comment.