mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
.github/test-on-iotlab: use IOTLAB_NODE=auto instead of auto-ssh
This commit is contained in:
parent
6c0556b422
commit
079abeb2f7
2
.github/workflows/test-on-iotlab.yml
vendored
2
.github/workflows/test-on-iotlab.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
name: ${{ matrix.boards.riot }}
|
||||
env:
|
||||
IOTLAB_NODE: auto-ssh
|
||||
IOTLAB_NODE: auto
|
||||
BUILD_IN_DOCKER: 1
|
||||
# Force .bin files generation because these files are used to flash on IoT-LAB and
|
||||
# because compile_and_test_for_board forces RIOT_CI_BUILD which skip .bin
|
||||
|
Loading…
Reference in New Issue
Block a user