Skip to content

Changed: Bump actions/checkout from 4 to 6 (#4859) #1058

Changed: Bump actions/checkout from 4 to 6 (#4859)

Changed: Bump actions/checkout from 4 to 6 (#4859) #1058

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@v6
- name: Execute tests
run: |
./gradlew test