Skip to content

Commit

Permalink
Pub is only accessible via dart
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jul 16, 2023
1 parent 6258f69 commit 675211a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dartx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
version: ["2.12", "2.19", "3.0", "beta"]

container:
image: dart:${{ matrix.version }}
image: dart:${{ matrix.version }}

steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: pub get
run: dart pub get
- name: Run tests
run: pub run test
run: dart pub run test

test-windows:
timeout-minutes: 5
Expand All @@ -46,9 +46,9 @@ jobs:
- name: Install the Dart formula
run: brew install dart
- name: Install dependencies
run: pub get
run: dart pub get
- name: Run tests
run: pub run test
run: dart pub run test

format:
timeout-minutes: 5
Expand Down

0 comments on commit 675211a

Please sign in to comment.