From b244f9f65de5022a2b9739c1049bba76108c5e4d Mon Sep 17 00:00:00 2001 From: Damien Braillard Date: Mon, 8 Jul 2024 10:34:12 +0200 Subject: [PATCH] Replace Emoji not compatible with Windows 10 by compatible ones --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f5478f..2898b0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,9 +59,9 @@ jobs: - name: 📥 Restore packages run: dotnet restore - - name: 🪚 Build code + - name: 🏗️ Build code run: dotnet build --no-restore - - name: 🫣 Test code + - name: 😨 Test code run: dotnet test --no-build continue-on-error: true \ No newline at end of file