Skip to content

Update tests to use JOSM JUnit 5 @Annotations #25

Update tests to use JOSM JUnit 5 @Annotations

Update tests to use JOSM JUnit 5 @Annotations #25

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
- $default-branch
- $protected-branches
pull_request:
branches:
- master
- $default-branch
schedule:
- cron: "46 19 * * 1"
workflow_dispatch:
jobs:
call-workflow:
strategy:
matrix:
josm-revision: ["", "r18723"]
uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v1
with:
josm-revision: ${{ matrix.josm-revision }}
plugin-jar-name: 'openqa'