Skip to content

Commit

Permalink
other oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jan 12, 2025
1 parent e632f76 commit 2217f20
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,20 @@ 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
18 changes: 0 additions & 18 deletions .github/workflows/file_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,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 2217f20

Please sign in to comment.