Skip to content

refactor: changed test case execution to work on flow scope level #65

refactor: changed test case execution to work on flow scope level

refactor: changed test case execution to work on flow scope level #65

Workflow file for this run

name: Test
on:
push:
branches:
- '**'
- '!master'
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Set up Java environment
uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin
cache: maven
- name: Run tests via Maven
run: mvn --batch-mode clean test