Skip to content

Commit

Permalink
Add needses
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Apr 25, 2023
1 parent 715d779 commit c8834cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend.yml
Expand Up @@ -15,6 +15,7 @@ env:

jobs:
client-test:
needs: [client-lint]
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest"]
Expand Down Expand Up @@ -79,6 +80,7 @@ jobs:
- name: Lint
run: bash scripts/lint.sh
test:
needs: [lint]
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest"]
Expand Down

0 comments on commit c8834cb

Please sign in to comment.