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.
|
# against Dart stable and dev.
|
||||||
analyze:
|
analyze:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
sdk: [stable, dev]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: cedx/setup-dart@v2
|
- uses: cedx/setup-dart@v2
|
||||||
with:
|
with:
|
||||||
release-channel: stable
|
release-channel: ${{ matrix.sdk }}
|
||||||
- name: Report version
|
- name: Report version
|
||||||
run: dart --version
|
run: dart --version
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue