Skip to content

Commit

Permalink
- remove Coveralls test
Browse files Browse the repository at this point in the history
- add public --dry-run
  • Loading branch information
marcusedu committed Aug 3, 2020
1 parent 459f837 commit 1fd2b66
Showing 1 changed file with 12 additions and 11 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 }}

0 comments on commit 1fd2b66

Please sign in to comment.