Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

⬆️ Bump plugin.spring from 2.0.21 to 2.1.0 in /backend #179

⬆️ Bump plugin.spring from 2.0.21 to 2.1.0 in /backend

⬆️ Bump plugin.spring from 2.0.21 to 2.1.0 in /backend #179

Workflow file for this run

name: CI - backend
on:
push:
paths:
- 'backend/**'
pull_request:
paths:
- 'backend/**'
jobs:
backend:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Run Spring Boot tests
run: make t_be