Skip to content

build: remove unbroken-dome testsets plugin and add jvm test suite pl… #13

build: remove unbroken-dome testsets plugin and add jvm test suite pl…

build: remove unbroken-dome testsets plugin and add jvm test suite pl… #13

name: customer-service-workflow
on:
push:
branches:
- develop
paths:
- customer-service/**
- common/**
- common-quarkus/**
- buildSrc/**
jobs:
execute:
runs-on: ubuntu-22.04
steps:
- name: Checkout project source code
uses: actions/checkout@v3
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: Compile the source code
run: ./gradlew customer-service:compileJava
- name: Execute tests
run: ./gradlew customer-service:test
- name: Execute integration tests
run: ./gradlew customer-service:intTest