Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixS90 committed Jun 5, 2024
1 parent 008d8be commit addcae1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/steps_download/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ runs:
run: python -m pip install --upgrade --requirement requirements_test.txt
working-directory: "${{inputs.PkgRootFolder}}"
shell: bash
- name: List files
run: dir
working-directory: "${{ github.workspace }}"
- name: Unit and Integration Tests
env:
TEMP: "${{ runner.temp }}"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ jobs:
env:
CovResultsPath: "${{ runner.temp }}\\cov_results\\cov.xml"
TestResultsPath: "${{ runner.temp }}\\results"
- name: List files
run: dir
working-directory: "${{ runner.temp }}\\cov_results"
- name: Upload Coverage
if: success() || failure()
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit addcae1

Please sign in to comment.