Skip to content

Commit

Permalink
Merge pull request #7 from Marcus-Software/mde/hotfix/add-meta-lib
Browse files Browse the repository at this point in the history
hotfix - add meta lib
  • Loading branch information
marcusedu authored Aug 3, 2020
2 parents 1bd34a2 + 1fd2b66 commit 6314bad
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ on: [push]

jobs:
build:

runs-on: ubuntu-latest

container:
image: google/dart:latest
image: google/dart:latest

steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: pub get
- name: Run tests
run: pub run test
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.COVERALLS_MS_MAP_UTILS_TOKEN }}
- uses: actions/checkout@v1
- name: Install dependencies
run: pub get
- name: Run tests
run: pub run test
- name: Run publish --dry-run
run: pub publish --dry-run
# - name: Coveralls GitHub Action
# uses: coverallsapp/[email protected]
# with:
# github-token: ${{ secrets.COVERALLS_MS_MAP_UTILS_TOKEN }}
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ packages:
source: hosted
version: "0.12.6"
meta:
dependency: transitive
dependency: "direct main"
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.8"
version: "1.2.2"
mime:
dependency: transitive
description:
Expand Down
3 changes: 3 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ homepage: https://github.com/Marcus-Software/ms_map_utils
environment:
sdk: ">=2.6.0 <3.0.0"

dependencies:
meta: ^1.2.2

dev_dependencies:
test: ^1.9.2

0 comments on commit 6314bad

Please sign in to comment.