From 59432f761f9c7e5f850151c0dcdd80e3da3de6e9 Mon Sep 17 00:00:00 2001 From: Ben Papillon Date: Wed, 22 Jan 2025 12:44:21 -0500 Subject: [PATCH] restore github action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ebaa42..ae4ac3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: publish: - needs: [compile] + needs: [compile, unit-tests] if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') runs-on: ubuntu-latest