Skip to content

feat: add methods to find reservations by status and roomId, and upda… #4

feat: add methods to find reservations by status and roomId, and upda…

feat: add methods to find reservations by status and roomId, and upda… #4

Workflow file for this run

name: CI
on:
push:
branches: [ "main", "master" ]
pull_request:
branches: [ "main", "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '21'
cache: maven
- name: Run tests
run: mvn -B test