Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.11.0 #1075

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.11.0

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.11.0 #1075

Workflow file for this run

name: Android CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
cache: gradle
- name: Build with Gradle
run: ./gradlew assembleDebug --scan --stacktrace --info --no-daemon -x test
- name: Upload APK
uses: actions/upload-artifact@v4
with:
name: TeamCode-debug.apk
path: TeamCode/build/outputs/apk/debug/TeamCode-debug.apk