Skip to content

Bump org.testng:testng from 6.14.2 to 7.10.2 #119

Bump org.testng:testng from 6.14.2 to 7.10.2

Bump org.testng:testng from 6.14.2 to 7.10.2 #119

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '8.0.362+9'
- name: Build with Gradle
run:
./gradlew build
- name: Checkstyle & static check
run: |
./gradlew --info checkstyle
./gradlew --info check
# - name: Spotbugs
# run: |
# ./gradlew spotbugsMain spotbugsTest