Skip to content

Commit

Permalink
Update ci-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSchulze committed Apr 28, 2024
1 parent bb49a4e commit e53176f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ jobs:
timeout: 2
report-name: gdUnit4-custom-working-directory

- name: 'Cleanup reports from previous run'
shell: bash
run: |
rm -rf ./custom_workpath/reports/
- name: 'Test gdUnit4-action: on custom project directory C#'
timeout-minutes: 5
uses: ./
Expand Down

0 comments on commit e53176f

Please sign in to comment.