Skip to content

Commit 4b1c449

Browse files
committed
fail test
1 parent 4628bfa commit 4b1c449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/platformio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
mkdir -p tests/test_https
4545
cp examples/HTTP/HTTP.ino tests/test_http/main.cpp
4646
cp examples/HTTP/HTTPS.ino tests/test_https/main.cpp
47-
pio lib install --no-save file://$(realpath ./)
47+
# pio lib install --no-save file://$(realpath ./)
4848
pio run
4949
5050
lint:

0 commit comments

Comments
 (0)