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

⬆️ Bump org.flywaydb:flyway-database-postgresql from 11.0.0 to 11.2.0 in /backend #190

⬆️ Bump org.flywaydb:flyway-database-postgresql from 11.0.0 to 11.2.0 in /backend

⬆️ Bump org.flywaydb:flyway-database-postgresql from 11.0.0 to 11.2.0 in /backend #190

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