From 555fa5c223c868ea9568d98d12dcf36f324c3f73 Mon Sep 17 00:00:00 2001 From: Luigi311 Date: Wed, 6 Dec 2023 14:09:16 -0700 Subject: [PATCH] needs --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07ea00e..c0d61e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,9 @@ jobs: docker: runs-on: ubuntu-latest - needs: pytest + needs: + - pytest + - test env: DEFAULT_VARIANT: alpine strategy: