fix: failing windows ci

This commit is contained in:
Gabriel Cruz 2026-06-16 12:37:52 -03:00
parent b0ed006d3c
commit af47e4b924
No known key found for this signature in database
GPG Key ID: 2E467754A6BA9BA5
2 changed files with 4 additions and 2 deletions

View File

@ -133,7 +133,8 @@ jobs:
uses: actions/cache@v4
with:
path: tests/e2e/cpp/build/_deps
key: ${{ runner.os }}-cpp-e2e-deps-${{ hashFiles('tests/e2e/cpp/CMakeLists.txt') }}
# ImageVersion busts the cache when the toolchain (e.g. MSVC) bumps.
key: ${{ runner.os }}-cpp-e2e-deps-${{ env.ImageVersion }}-${{ hashFiles('tests/e2e/cpp/CMakeLists.txt') }}
- name: Run C++ e2e tests
shell: bash

View File

@ -83,7 +83,8 @@ jobs:
uses: actions/cache@v4
with:
path: tests/e2e/cpp/build/_deps
key: ${{ runner.os }}-${{ runner.arch }}-cpp-e2e-deps-${{ inputs.sanitizer }}-${{ hashFiles('tests/e2e/cpp/CMakeLists.txt') }}
# ImageVersion busts the cache when the toolchain bumps.
key: ${{ runner.os }}-${{ runner.arch }}-cpp-e2e-deps-${{ inputs.sanitizer }}-${{ env.ImageVersion }}-${{ hashFiles('tests/e2e/cpp/CMakeLists.txt') }}
- name: Run unit tests (${{ inputs.sanitizer }})
run: nimble test_sanitized -y