From 83b14afbfdfc7620d3ad94753b3442c9cfbb6d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Wed, 9 Feb 2022 16:59:39 +0100 Subject: [PATCH] Fix CI --- .github/workflows/coverage.yml | 6 +++++- .github/workflows/linux-build-sanitizer.yml | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 38b5ea9f3..1ed8d8a6f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -48,6 +48,10 @@ jobs: with: xmake-version: branch@dev + # Update xmake repository (in order to have the file that will be cached) + - name: Update xmake repository + run: xmake repo --update + # Fetch xmake dephash - name: Retrieve dependencies hash id: dep_hash @@ -69,7 +73,7 @@ jobs: run: xmake -v # Run unit tests - - name: Run Nazara Unit tests + - name: Run unit tests run: xmake run NazaraUnitTests # Build coverage file diff --git a/.github/workflows/linux-build-sanitizer.yml b/.github/workflows/linux-build-sanitizer.yml index bf822fa45..e4dcba38c 100644 --- a/.github/workflows/linux-build-sanitizer.yml +++ b/.github/workflows/linux-build-sanitizer.yml @@ -1,4 +1,4 @@ -name: Linux build With Sanitizer And Fuzzings +name: Sanitizer and fuzzing on: pull_request: @@ -86,5 +86,5 @@ jobs: run: xmake # Run unit tests - - name: Run Nazara Unit tests + - name: Run unit tests run: xmake run NazaraUnitTests