Skip to content

Fixed: Fix dependabot commit format to use convetional commit format #669

Fixed: Fix dependabot commit format to use convetional commit format

Fixed: Fix dependabot commit format to use convetional commit format #669

Workflow file for this run

name: Unit tests
on:
push:
branches:
- master
- android-10
pull_request:
branches:
- master
- android-10
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Execute tests
run: |
./gradlew test