Skip to content

Commit

Permalink
Fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jun 23, 2024
1 parent 5ed454e commit 6108933
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
project:
- packages/dart_leap
Expand All @@ -27,6 +28,9 @@ jobs:
- packages/networker/networker_rtc
- packages/networker/networker_socket
- packages/networker/networker_s5
defaults:
run:
working-directory: ${{ matrix.project }}
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
Expand Down

0 comments on commit 6108933

Please sign in to comment.