Skip to content

Update actions/checkout digest to 11bd719 #58

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #58

# 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_Script
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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@e2097ccd7e8ed48671dc068ac4efa86d25745b39
with:
arguments: build --refresh-dependencies
- name: Run Workflow tests from fatjar
run: |
cd upload
TEST_TYPE=workflow TARGET_ENVIRONMENT=prod ./runAPIWorkflowTests.sh