Skip to content

Commit

Permalink
Fixed unit tests in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Oct 29, 2023
1 parent a15a3b1 commit af47bb4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
java-version: 1.8
java-package: jdk+fx
- name: Run Unit Tests
run: |
cd maven
mvn clean verify -DunitTests=true -pl core-unittests -am -Dmaven.javadoc.skip=true
cd ..
- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get install xvfb
Expand All @@ -28,11 +33,6 @@ jobs:
mv ../cn1-binaries-master ../cn1-binaries
- name: Build with Ant
run: xvfb-run ant test-javase
- name: Run Unit Tests
run: |
cd CodenameOne/maven
mvn clean verify -DunitTests=true -pl core-unittests -am -Dmaven.javadoc.skip=true
cd ../..
- name: Build CLDC11 JAR
run: ant -noinput -buildfile Ports/CLDC11/build.xml jar

Expand Down

0 comments on commit af47bb4

Please sign in to comment.