Skip to content

Commit

Permalink
update pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubkrapiec committed Dec 27, 2023
1 parent d867b5f commit f4a8286
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Dart SDK
uses: dart-lang/setup-dart@v1
- name: Install dependencies
run: dart pub get
run: dart pub global activate coverage
- name: Generate coverage report
run: dart pub run test_coverage
run: coverage:test_with_coverage
- name: Submit to Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
package-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: axel-op/dart-package-analyzer/with-full-sdk@v3
- uses: actions/checkout@v4
- uses: axel-op/dart-package-analyzer@v3
id: pana_run
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Dart SDK
uses: dart-lang/setup-dart@v1
- name: Install dependencies
Expand Down

0 comments on commit f4a8286

Please sign in to comment.