Skip to content

Commit e632f76

Browse files
committed
update pkg:test testing - there is none
1 parent 9eb2a00 commit e632f76

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/file.yaml

-17
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,3 @@ jobs:
3535
- run: dart pub get
3636
- run: dart format --output=none --set-exit-if-changed .
3737
- 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

Comments
 (0)