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 addcae1 commit 4c03dc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/steps_download/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ runs:
working-directory: "${{inputs.PkgRootFolder}}"
shell: bash
- name: List files
run: dir
run: Get-ChildItem -Path .\ -Recurse -Force
working-directory: "${{ github.workspace }}"
shell: pwsh
- name: Unit and Integration Tests
env:
TEMP: "${{ runner.temp }}"
Expand Down

0 comments on commit 4c03dc4

Please sign in to comment.