Skip to content

Bump org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4 #118

Bump org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4

Bump org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4 #118

Workflow file for this run

name: Cognito Spring Boot Starter CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: '21'
- name: Run chmod to make gradlew executable
run: chmod +x ./gradlew
- name: Build and Test with Gradle
run: ./gradlew clean build
- name: Upload test results
uses: actions/upload-artifact@v4
with:
name: test-results
path: build/reports