Skip to content

I18N-1318 - Add 'Introduced By' field to show the source URL that created a text unit #1878

I18N-1318 - Add 'Introduced By' field to show the source URL that created a text unit

I18N-1318 - Add 'Introduced By' field to show the source URL that created a text unit #1878

Workflow file for this run

name: Run tests - Ubuntu + Java 21
on:
[pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 21
- name: Spotless check
run: mvn spotless:check
- name: Maven install, test skipped
run: mvn install -DskipTests
- name: Maven test
run: mvn test