Merge 940a2111a06cb9d6d1c530012ba0e4a3eb9ae94a into ci-optimization-d… #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dart | ||
on: | ||
workflow_call: | ||
inputs: | ||
sdk: | ||
required: true | ||
type: string | ||
jobs: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
area: [ lib, plugin ] | ||
uses: ./.github/workflows/area_matrix.yml | ||
with: | ||
sdk: ${{ matrix.sdk }} |