mirror of https://github.com/grpc/grpc-dart.git
Update dart.yml: Add matrix for 'analyze' job (#389)
This commit is contained in:
parent
63f551b14b
commit
0c4d83ab7a
|
@ -12,12 +12,14 @@ jobs:
|
|||
# against Dart stable and dev.
|
||||
analyze:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
sdk: [stable, dev]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cedx/setup-dart@v2
|
||||
with:
|
||||
release-channel: stable
|
||||
release-channel: ${{ matrix.sdk }}
|
||||
- name: Report version
|
||||
run: dart --version
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Reference in New Issue