ci/test-on-iotlab: fix unsupported set-env function

This commit is contained in:
Alexandre Abadie 2021-01-12 11:23:12 +01:00
parent 2eec26a0f8
commit 4363b3ea2e
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -109,7 +109,7 @@ jobs:
-n "riot-ci-${{ matrix.boards.riot }}" -d 360 \
-l 1,site=${{ matrix.boards.iotlab.site }}+archi=${{ matrix.boards.iotlab.archi }})
iotlab-experiment wait -i ${IOTLAB_EXP_ID}
echo "::set-env name=IOTLAB_EXP_ID::${IOTLAB_EXP_ID}"
echo "IOTLAB_EXP_ID=${IOTLAB_EXP_ID}" >> $GITHUB_ENV
- name: Run compile_and_test_for_board.py on ${{ matrix.boards.riot }}
run: |
${COMPILE_AND_TEST_FOR_BOARD} --report-xml . ${{ matrix.boards.riot }} \