Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 authored Oct 17, 2023
1 parent d9702d0 commit 4f77f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
sed -i 's/ELEGANTOTA_USE_ASYNC_WEBSERVER 0/ELEGANTOTA_USE_ASYNC_WEBSERVER 1/' ElegantOTA.h
- name: Test Async Demo
run: python3 ci/build_platform.py esp8266 esp32:2.0.14
run: python3 ci/build_platform.py esp8266 esp32

Sync_CI:
runs-on: ubuntu-latest
Expand All @@ -82,4 +82,4 @@ jobs:
touch .esp8266.test.skip
- name: Test Sync Demo
run: python3 ci/build_platform.py esp8266 esp32:2.0.14 picow_rp2040
run: python3 ci/build_platform.py esp8266 esp32 picow_rp2040

0 comments on commit 4f77f69

Please sign in to comment.