From 17e32721d8780d9870f63f032a22a8f41189afa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pailler?= Date: Sun, 21 Jan 2024 22:30:35 +0800 Subject: [PATCH] Remove tests dependency --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a1b2964..111adcd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -99,7 +99,7 @@ jobs: deploy: name: Deploy 🚀 - needs: [ build, test, doc ] + needs: [ build, doc ] runs-on: windows-latest steps: - name: Download NuGet packages @@ -115,7 +115,7 @@ jobs: deploy-release: name: Deploy release 🚀🌐 - needs: [ build, test, doc ] + needs: [ build, doc ] runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/v') steps: