Skip to content

Commit

Permalink
update pkg:test testing - there is none
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jan 12, 2025
1 parent 9eb2a00 commit e632f76
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,3 @@ jobs:
- run: dart pub get
- run: dart format --output=none --set-exit-if-changed .
- run: dart analyze --fatal-infos

test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
package: [file]
os: [ubuntu-latest, macos-latest, windows-latest]
sdk: [stable, dev]

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
with:
sdk: ${{ matrix.sdk }}

- run: dart pub get
- run: dart pub run test -j1

0 comments on commit e632f76

Please sign in to comment.