From 380f011683cc8abb7f786f10b457a814fdb54bd8 Mon Sep 17 00:00:00 2001 From: slashexx Date: Mon, 4 Nov 2024 09:02:51 +0000 Subject: [PATCH] Parallel running of workflow jobs --- .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 0bf20da..57f998e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: backend: runs-on: ubuntu-latest - needs: frontend + # needs: frontend steps: - name: Checkout repository @@ -44,7 +44,7 @@ jobs: uses: actions/setup-go@v3 with: go-version: '1.23' - + - name: Install dependencies run: | cd backend/