Skip to content

created new repo for kendo and added sample api and workflow tests #1

created new repo for kendo and added sample api and workflow tests

created new repo for kendo and added sample api and workflow tests #1

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: WorkflowTests_FatJar
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle and run unit tests
uses: gradle/gradle-build-action@cb6e43f18001186272630908bb44a8246d3df780
with:
arguments: build --refresh-dependencies
- name: Run Workflow tests from fatjar
run: |
cd upload
TYPE=workflow TARGET_ENVIRONMENT=prod java -jar getting-started-with-karate-0.0.1.jar