Skip to content

Commit

Permalink
⚡ (ci): Build in parallel with lint and tests to improve CI speed
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 4, 2023
1 parent 1d493aa commit c49caf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
build:
name: Build Image
runs-on: ubuntu-latest
needs: [backend-lint, backend-test, frontend-lint]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit c49caf9

Please sign in to comment.