Skip to content

Commit

Permalink
ci: Updated dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilap committed May 22, 2024
1 parent 9095740 commit 30c38f3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
# Default test configurations.
test:
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: example
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand All @@ -19,10 +16,9 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: ./
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}

- name: Print DART_HOME
run: echo "Dart SDK installed in $DART_HOME"
- run: dart pub get
Expand All @@ -40,9 +36,6 @@ jobs:
# Default test configurations.
test_32bit:
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: example
strategy:
matrix:
os: [ubuntu-latest]
Expand All @@ -51,10 +44,9 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: ./
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}

- name: Print DART_HOME
run: echo "Dart SDK installed in $DART_HOME"
- run: dart pub get
Expand Down

0 comments on commit 30c38f3

Please sign in to comment.