Skip to content

Commit 3fe02cf

Browse files
Test
1 parent df67e98 commit 3fe02cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ jobs:
4545

4646
test:
4747
runs-on: ubuntu-latest
48+
needs: pre
4849
strategy:
4950
fail-fast: false
5051
matrix:
5152
react: [ 17, 18 ]
52-
sdk: [ 2.19.6, stable ]
53+
sdk: ${{ fromJSON(needs.pre.outputs.sdk) }}
5354
steps:
5455
- uses: actions/checkout@v2
5556
- id: setup-dart

0 commit comments

Comments
 (0)