Skip to content

Commit

Permalink
Remove test file build
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle1 authored Oct 4, 2023
1 parent f6d1d2e commit c4d7a63
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B -Puber-jar verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
- name: Echo JAR File
run: |
JAR_FILE=$(ls target/core-*.jar | grep -v javadoc | grep -v sources)
echo $JAR_FILE
- name: Compile Runtime Test
run: |
JAR_FILE=$(ls target/core-*.jar | grep -v javadoc | grep -v sources)
javac -cp $JAR_FILE test/RuntimeTest.java
- name: Run Runtime Test
run: |
JAR_FILE=$(ls target/core-*.jar | grep -v javadoc | grep -v sources)
java -cp $JAR_FILE:. test/RuntimeTest
- uses: actions/upload-artifact@v2
with:
name: core
Expand Down

0 comments on commit c4d7a63

Please sign in to comment.