Skip to content

Bump org.testng:testng from 7.11.0 to 7.12.0 #258

Bump org.testng:testng from 7.11.0 to 7.12.0

Bump org.testng:testng from 7.11.0 to 7.12.0 #258

Workflow file for this run

name: build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: 🛠 Set up JDK 11
uses: actions/setup-java@v5
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: 📦 Build with Maven
run: mvn clean -B package jacoco:report --no-transfer-progress --file pom.xml
- name: 🚀 Coveralls Coverage Report Submission
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}