Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gabsn committed Jun 5, 2024
1 parent f7bcfb5 commit f6e22e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/[email protected]
Expand All @@ -14,6 +15,7 @@ jobs:
- run: melos analyze

test-unit:
runs-on: ubuntu-latest
needs: lint
steps:
- uses: actions/checkout@v2
Expand All @@ -23,6 +25,7 @@ jobs:
- run: melos test:dart:unit

test-integration:
runs-on: ubuntu-latest
needs: lint
services:
devnet:
Expand Down

0 comments on commit f6e22e2

Please sign in to comment.