We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb2a00 commit e632f76Copy full SHA for e632f76
.github/workflows/file.yaml
@@ -35,20 +35,3 @@ jobs:
35
- run: dart pub get
36
- run: dart format --output=none --set-exit-if-changed .
37
- run: dart analyze --fatal-infos
38
-
39
- test:
40
- runs-on: ${{ matrix.os }}
41
- strategy:
42
- matrix:
43
- package: [file]
44
- os: [ubuntu-latest, macos-latest, windows-latest]
45
- sdk: [stable, dev]
46
47
- steps:
48
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
49
- - uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
50
- with:
51
- sdk: ${{ matrix.sdk }}
52
53
- - run: dart pub get
54
- - run: dart pub run test -j1
0 commit comments