Skip to content

chore: update jmeter download url from archive that able to get any versions #24

chore: update jmeter download url from archive that able to get any versions

chore: update jmeter download url from archive that able to get any versions #24

Workflow file for this run

name: Maven Tests CI
on:
workflow_dispatch:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
- name: Run Tests with Maven
run: mvn test