Skip to content

Commit

Permalink
Amend: Improve tests naming a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
yvanzo committed Feb 23, 2024
1 parent f546578 commit 567d3ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mbsolr-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MB Solr Tests
name: MusicBrainz Solr Packaging Tests

on: [push]

Expand All @@ -11,18 +11,18 @@ jobs:
with:
submodules: true

- name: Set up JDK 17
- name: Set up Eclipse Temurin 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Install brainz-mmd2-jaxb
- name: Install brainz-mmd2-jaxb package with Maven
run: |
find src/main/java -type f -print0 | xargs -0 touch
mvn install
working-directory: mmd-schema/brainz-mmd2-jaxb

- name: Build with Maven
- name: Build mb-solr package with Maven
run: mvn package
working-directory: mb-solr

0 comments on commit 567d3ca

Please sign in to comment.