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/