Skip to content

Change build phase for copy-to-jmeter execution from install to package #20

Change build phase for copy-to-jmeter execution from install to package

Change build phase for copy-to-jmeter execution from install to package #20

Workflow file for this run

name: Build
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: xvfb-run --auto-servernum mvn -B clean verify --file pom.xml
- name: Upload artifact
uses: actions/upload-artifact@v6
with:
name: jmeter-copilot-plugin
path: target/jmeter-copilot-plugin-*.jar
if-no-files-found: error