feat: now running tests
All checks were successful
Format / formatting (push) Successful in 6s
CI / build (push) Successful in 10s

This commit is contained in:
Pierre Tellier
2025-03-17 09:05:24 +01:00
parent c94d3654ce
commit fea8687664
2 changed files with 32 additions and 2 deletions

View File

@ -9,6 +9,14 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Load .env file
uses: xom9ikk/dotenv@v2.3.0
with:
path: ./config/
mode: dev
load-mode: strict
- name: Setup Java
uses: actions/setup-java@v4
with:
@ -18,8 +26,8 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
cache-disabled: true
cache-disabled: true # Once the code has been pushed once in main, this should be reenabled.
- name: init gradle
working-directory: ./MyINPulse-back/
run: ./gradlew build -x test # todo: run test, currently fail because no database is present
run: ./gradlew build # todo: run test, currently fail because no database is present