Skip to content

Bump org.junit.jupiter:junit-jupiter-api from 5.13.0 to 5.13.1 #1198

Bump org.junit.jupiter:junit-jupiter-api from 5.13.0 to 5.13.1

Bump org.junit.jupiter:junit-jupiter-api from 5.13.0 to 5.13.1 #1198

Workflow file for this run

name: Android CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build