Skip to content

Add test case for republishing on close. Correct close method to allo… #14

Add test case for republishing on close. Correct close method to allo…

Add test case for republishing on close. Correct close method to allo… #14

name: "Run integration tests for common"
on:
push:
branches:
- '*'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 'zulu' '11'
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: ./gradlew --info integrationTest
- uses: actions/upload-artifact@v4
if: failure()
with:
name: integration-test-results
path: build/reports/tests/integrationTest/