Skip to content

build(deps): bump cycjimmy/semantic-release-action from 3.4.2 to 4.0.0 #6684

build(deps): bump cycjimmy/semantic-release-action from 3.4.2 to 4.0.0

build(deps): bump cycjimmy/semantic-release-action from 3.4.2 to 4.0.0 #6684

Workflow file for this run

name: Testing
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- master
- beta
pull_request:
branches:
- master
- beta
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Installing Flutter SDK
uses: subosito/[email protected]
with:
channel: stable
- name: Install app dependencies
run: flutter pub get
- name: Unit Test app
run: flutter test --coverage
# - name: Uploade coverage to Coveralls
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}