Skip to content

Commit 4e2fda6

Browse files
committed
WIP:runner-test4
1 parent ad49d8f commit 4e2fda6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-testsuite.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727

2828
- name: Install platform
2929
run: |
30-
echo $pwd
31-
mkdir Sketches
32-
dir /S $pwd
30+
Get-Location
31+
New-Item -Path Sketches
32+
Get-ChildItem -Recurse
3333
3434
arduino-cli config init
3535
arduino-cli config add board_manager.additional_urls https://arduino.esp8266.com/stable/package_esp8266com_index.json
@@ -39,7 +39,7 @@ jobs:
3939
arduino-cli config set directories.user "$PWD\Sketches"
4040
arduino-cli config dump
4141
42-
dir $env:LOCALAPPDATA\Arduino15
42+
Get-ChildItem $env:LOCALAPPDATA\Arduino15
4343
4444
arduino-cli core update-index
4545
arduino-cli core install ${{ inputs.platform }}

0 commit comments

Comments
 (0)