Skip to content

Commit

Permalink
Revert "Use different action for building"
Browse files Browse the repository at this point in the history
This reverts commit ca2a850.
  • Loading branch information
dviskovic committed Mar 30, 2023
1 parent cda069f commit 3c3ea2b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Setup Maven Action
uses: s4u/setup-maven-action@v1.7.0
- name: Set up JDK 19
uses: actions/setup-java@v3
with:
java-version: '19'
distribution: 'temurin'
maven-version: '3.8.6'

cache: maven
- name: Test
run: |
mvn package -P ui -pl pios-app-ui
Expand Down

0 comments on commit 3c3ea2b

Please sign in to comment.