Skip to content

Commit

Permalink
Parallel running of workflow jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
slashexx committed Nov 4, 2024
1 parent d0c8df4 commit 380f011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
backend:
runs-on: ubuntu-latest
needs: frontend
# needs: frontend

steps:
- name: Checkout repository
Expand All @@ -44,7 +44,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: '1.23'

- name: Install dependencies
run: |
cd backend/
Expand Down

0 comments on commit 380f011

Please sign in to comment.