Skip to content

#12 BikeRepository: remove @Query as not compatible with Specification #24

#12 BikeRepository: remove @Query as not compatible with Specification

#12 BikeRepository: remove @Query as not compatible with Specification #24

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: "17"
- name: Test API
run: |
cd service-course-api
./gradlew test