From d7754516f00e63ccd99aec26696c74bd3775975b Mon Sep 17 00:00:00 2001 From: "Sergio R. Caprile" Date: Fri, 26 Jan 2024 14:32:58 -0300 Subject: [PATCH] no diff checks in nightly tests --- .github/workflows/nightly.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 36676116..812c2a54 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -138,7 +138,7 @@ jobs: steps: - uses: actions/checkout@v3 with: { fetch-depth: 2 } - - run: # nothing specific to install or do + - run: echo # nothing specific to install or do - run: make -C examples/arduino arduino-xiao # - run: make -C examples/arduino arduino-nano - run: make -C examples/arduino clean @@ -160,7 +160,7 @@ jobs: - uses: actions/checkout@v3 with: { fetch-depth: 2 } - run: if ./test/match_changed_files.sh '^src|^examples/${{ matrix.example.path }}'; then echo GO=1 >> $GITHUB_ENV ; fi - - run: # nothing specific to install or do + - run: echo # nothing specific to install or do - run: make -C examples/${{ matrix.example.path }} build generic_examples_arm: @@ -214,7 +214,7 @@ jobs: steps: - uses: actions/checkout@v3 with: { fetch-depth: 2 } - - run: # nothing specific to install or do + - run: echo # nothing specific to install or do - run: make -C examples/${{ matrix.example.path }} build device_dashboard_examples_arm: @@ -264,7 +264,7 @@ jobs: # steps: # - uses: actions/checkout@v3 # with: { fetch-depth: 2 } -# - run: # nothing specific to install or do +# - run: echo # nothing specific to install or do # - run: make -C examples/${{ matrix.example.path }} build mqtt_dashboard_examples_arm: @@ -292,7 +292,7 @@ jobs: # steps: # - uses: actions/checkout@v3 # with: { fetch-depth: 2 } -# - run: # nothing specific to install or do +# - run: echo # nothing specific to install or do # - run: make -C examples/${{ matrix.example.path }} device_dashboard # - run: make -C examples/${{ matrix.example.path }} mqtt_dashboard @@ -316,7 +316,7 @@ jobs: steps: - uses: actions/checkout@v3 with: { fetch-depth: 2 } - - run: # nothing specific to install or do + - run: echo # nothing specific to install or do - run: cd test/cube && make zephyr_examples: @@ -348,7 +348,7 @@ jobs: - run: make -C examples/stm32/nucleo-f746zg-make-freertos-builtin test VCON_API_KEY=${{secrets.VCON_API_KEY}} - run: make -C examples/stm32/nucleo-f746zg-make-freertos-tcp test VCON_API_KEY=${{secrets.VCON_API_KEY}} - name: Cube - run: # nothing specific to install or do + run: echo # nothing specific to install or do - run: make -C test/cube test PROJECTS=../../examples/stm32/nucleo-f746zg-cube-baremetal-builtin VCON_API_KEY=${{secrets.VCON_API_KEY}} DEVICE=5 - run: make -C test/cube test PROJECTS=../../examples/stm32/nucleo-f746zg-cube-freertos-builtin VCON_API_KEY=${{secrets.VCON_API_KEY}} DEVICE=5 - run: make -C test/cube test PROJECTS=../../examples/stm32/nucleo-f746zg-cube-freertos-lwip VCON_API_KEY=${{secrets.VCON_API_KEY}} DEVICE=5 @@ -363,7 +363,7 @@ jobs: - run: make -C examples/stm32/nucleo-f429zi-make-baremetal-builtin test VCON_API_KEY=${{secrets.VCON_API_KEY}} - run: make -C examples/stm32/nucleo-f429zi-make-freertos-builtin test VCON_API_KEY=${{secrets.VCON_API_KEY}} - name: Cube - run: # nothing specific to install or do + run: echo # nothing specific to install or do - run: make -C test/cube test PROJECTS=../../examples/stm32/nucleo-f429zi-cube-baremetal-builtin VCON_API_KEY=${{secrets.VCON_API_KEY}} DEVICE=2 - run: make -C test/cube test PROJECTS=../../examples/stm32/nucleo-f429zi-cube-freertos-builtin VCON_API_KEY=${{secrets.VCON_API_KEY}} DEVICE=2 - run: make -C test/cube test PROJECTS=../../examples/stm32/nucleo-f429zi-cube-freertos-lwip VCON_API_KEY=${{secrets.VCON_API_KEY}} DEVICE=2 @@ -378,7 +378,7 @@ jobs: - run: make -C examples/stm32/nucleo-h743zi-make-baremetal-builtin test VCON_API_KEY=${{secrets.VCON_API_KEY}} - run: make -C examples/stm32/nucleo-h743zi-make-freertos-builtin test VCON_API_KEY=${{secrets.VCON_API_KEY}} - name: Cube - run: # nothing specific to install or do + run: echo # nothing specific to install or do - run: make -C test/cube test PROJECTS=../../examples/stm32/nucleo-h743zi-cube-baremetal-builtin VCON_API_KEY=${{secrets.VCON_API_KEY}} DEVICE=6 - run: make -C test/cube test PROJECTS=../../examples/stm32/nucleo-h743zi-cube-freertos-builtin VCON_API_KEY=${{secrets.VCON_API_KEY}} DEVICE=6