From 0053a925df00a68c82e0037f509357e8947b2355 Mon Sep 17 00:00:00 2001 From: florianow <64468897+florianow@users.noreply.github.com> Date: Tue, 26 Sep 2023 09:07:01 +0200 Subject: [PATCH] chore: add macos e2e test --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5087ed9..d8c7b31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,7 +113,7 @@ jobs: # ./test/e2e.sh e2e-macos: runs-on: macos-latest - needs: artifacts + #needs: artifacts steps: - uses: actions/checkout@v4 - name: install dependencies