From e9091814b3a7266b5966394b119c17ac2f726481 Mon Sep 17 00:00:00 2001 From: CoolSpy3 Date: Sun, 28 Jul 2024 18:06:30 -0700 Subject: [PATCH] update CI --- .github/workflows/ci.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff1e3bd..7df817a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,14 +12,19 @@ jobs: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] webotsVersion: [ R2023b, R2024a ] + webotsTag: [ '', nightly_26_7_2024, R2024a_DeepBlueSim_2024_07_28 ] include: - - webotsVersion: R2024a - webotsTag: nightly_26_7_2024 - webotsVersion: R2024a webotsTag: R2024a_DeepBlueSim_2024_07_28 webotsRepository: DeepBlueRobotics/webots - webotsVersion: R2024a + webotsTag: '' webotsBaseUrl: https://github.com/DeepBlueRobotics/webots/releases/download/R2024a_DeepBlueSim_2024_07_28 + exclude: + - webotsVersion: R2023b + webotsTag: nightly_26_7_2024 + - webotsVersion: R2023b + webotsTag: R2024a_DeepBlueSim_2024_07_28 runs-on: ${{ matrix.os }} steps: @@ -32,6 +37,8 @@ jobs: with: webotsVersion: ${{ matrix.webotsVersion }} webotsTag: ${{ matrix.webotsTag || '' }} + webotsRepository: ${{ matrix.webotsRepository || '' }} + webotsBaseUrl: ${{ matrix.webotsBaseUrl || '' }} - name: Run Webots run: $RUN_WEBOTS --sysinfo