diff --git a/.github/workflows/windows-vcpkg.yml b/.github/workflows/windows-vcpkg.yml index e5cf8fea3f..5fb4b19603 100644 --- a/.github/workflows/windows-vcpkg.yml +++ b/.github/workflows/windows-vcpkg.yml @@ -110,14 +110,6 @@ jobs: - name: Install pip dependencies if necessary run: pip install -r src/tests/examples/requirements.txt - - name: Init submodule Antares_Simulator_Tests - run: | - git submodule update --init --remote src/tests/resources/Antares_Simulator_Tests - - - name: Init submodule Antares_Simulator_Tests_NR - run: | - git submodule update --init --remote src/tests/resources/Antares_Simulator_Tests_NR - - name: Enable git longpaths run: git config --system core.longpaths true @@ -152,6 +144,14 @@ jobs: run: | echo "SIMTEST=${{ fromJson(env.SIMTEST_JSON).version }}" >> $GITHUB_ENV + - name: Init submodule Antares_Simulator_Tests + run: | + git submodule update --init --remote src/tests/resources/Antares_Simulator_Tests + + - name: Init submodule Antares_Simulator_Tests_NR + run: | + git submodule update --init --remote src/tests/resources/Antares_Simulator_Tests_NR + - name: Run named mps tests if: ${{ env.RUN_SIMPLE_TESTS == 'true' && ! cancelled() }} uses: ./.github/workflows/run-tests