소스 검색

v4.0.1 - bug fixes

Anatoli Arkhipenko 3 달 전
부모
커밋
8297910bf4
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .github/workflows/main.yml

+ 1 - 2
.github/workflows/main.yml

@@ -67,8 +67,6 @@ jobs:
           - "Scheduler_example25_SCHEDULER_CHAIN"
           - "Scheduler_example25_SCHEDULER_CHAIN"
           - "Scheduler_example26_SCHEDULING_OPTIONS"
           - "Scheduler_example26_SCHEDULING_OPTIONS"
           - "Scheduler_example28_Tickless"
           - "Scheduler_example28_Tickless"
-          - "Scheduler_example29_NonArduino"
-          - "Scheduler_example30_TASK_THREAD_SAFE"
     # This is the platform GitHub will use to run our workflow,
     # This is the platform GitHub will use to run our workflow,
     # I picked ubuntu.
     # I picked ubuntu.
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
@@ -267,6 +265,7 @@ jobs:
         example: 
         example: 
           - "Scheduler_example27_PlatformIO"
           - "Scheduler_example27_PlatformIO"
           - "Scheduler_example29_NonArduino"
           - "Scheduler_example29_NonArduino"
+          - "Scheduler_example30_TASK_THREAD_SAFE"
         environment:
         environment:
           - "esp32dev"
           - "esp32dev"
         include:
         include: