Skip to content

Commit b905f8d

Browse files
authored
Update run-tests.yaml
1 parent e80932c commit b905f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16-
- run: Move-Item -Path src -Destination (Get-Location).Path
16+
- run: Move-Item -Path src/*.* -Destination (Get-Location).Path
1717

1818
- run: |
1919
dir

0 commit comments

Comments
 (0)