diff --git a/.github/workflows/esp32c3-test.yml b/.github/workflows/esp32c3-test.yml index ac4ab9c29..c3ca436ba 100644 --- a/.github/workflows/esp32c3-test.yml +++ b/.github/workflows/esp32c3-test.yml @@ -1,34 +1,11 @@ -name: TIRM46 Test Execution +name: ESP32C3 Test Execution on: push: workflow_dispatch: jobs: - tirm57-execution: - runs-on: - - self-hosted - - cirunner-type-vm - - cirunner-size-micro - - cirunner-image-ubuntu-runner-vm - - cirunner-hardware-tirm57l - - steps: - - name: list usb hub devices and status - run: uhubctl - - #- name: disable board - # run: uhubctl -l 1-1 -p 3 -a off - - #- name: list usb devices and status - # run: uhubctl - - #- name: enable board - # run: uhubctl -l 1-1 -p 3 -a on - - - name: list usb devices and status - run: uhubctl - tirm46-execution: + esp32c3-execution: runs-on: - self-hosted - cirunner-type-vm