Update test.yml

This commit is contained in:
Moritz Weber 2023-08-30 17:15:41 -04:00 committed by GitHub
parent ee07e60401
commit f88c1ebf96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ on:
jobs:
# This workflow contains a single job called "build"
test:
if: github.actor != 'weblate'
# The type of runner that the job will run on
runs-on: ubuntu-latest
defaults:
@ -23,9 +24,6 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- env:
ACTOR: ${{ github.actor }}
run: echo $ACTOR
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
@ -39,8 +37,10 @@ jobs:
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.5'
- run: flutter pub get
- run: flutter test --coverage
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
with: