Skip to content

Commit

Permalink
Update dart command
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jul 2, 2023
1 parent 7421097 commit 3199f71
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,13 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Setup Dart ${{ matrix.dart-version }}
- name: Setup Dart ${{ matrix.sdk-version }}
uses: DanTup/gh-actions/setup-dart@master
with:
channel: ${{ matrix.sdk-version }}

# - name: Setup Flutter ${{ matrix.sdk-version }}
# uses: DanTup/gh-actions/setup-flutter@master
# with:
# channel: ${{ matrix.sdk-version }}

- name: Install dependencies
run: dart pub get

- name: Run Test and Builder
run: dart pub run build_runner test --delete-conflicting-outputs
run: dart run build_runner test --delete-conflicting-outputs

0 comments on commit 3199f71

Please sign in to comment.