Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TesteurManiak committed May 16, 2023
1 parent 4ed618a commit f387b98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1.5.3
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2.10.0
- name: Fetch dependencies
run: flutter packages get
- name: Analyze project
run: flutter analyze
- name: Run tests
run: flutter test --coverage --dart-define=CI=true
- name: Collect and report coverage
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@v2.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f387b98

Please sign in to comment.