Skip to content

Commit cf3398b

Browse files
authored
Update run-tests.yaml
1 parent 3c8ce96 commit cf3398b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313

14+
- run: Move-Item -Path src -Destination (Get-Location).Path -Recurse
15+
1416
- run: |
15-
cd src
1617
dir
1718
pwd
1819

0 commit comments

Comments
 (0)