Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jul 2, 2023
1 parent 698b504 commit ec00d0d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

jobs:
test:
name: "${{ matrix.sdk-version }} / ${{ matrix.os }}"
name: "${{ matrix.os }}"
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -20,10 +20,7 @@ jobs:

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

- name: Install dependencies
run: dart pub get
Expand Down

0 comments on commit ec00d0d

Please sign in to comment.