Skip to content

Commit

Permalink
Add needses
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Apr 26, 2023
1 parent 24a1433 commit 5db3449
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 5db3449

Please sign in to comment.