Skip to content

Commit

Permalink
Skipping auto tests by Github actions for now
Browse files Browse the repository at this point in the history
  • Loading branch information
farthinder committed Apr 3, 2024
1 parent 2a7ba90 commit d9e72d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
mkdir -p repository/com/eficode/atlassian/jirainstancemanager/
echo Building and installing "normal" version
mvn install -f pom.xml -DcreateChecksum=true
mvn install -f pom.xml -DcreateChecksum=true -DskipTests
- name: Compile and install standalone version
run: |
Expand All @@ -57,7 +57,7 @@ jobs:
echo Creating pom for standalone version and installing
mvn gplus:execute@execute
echo Building and installing "standalone" version
mvn install -f pom-standalone.xml -DcreateChecksum=true
mvn install -f pom-standalone.xml -DcreateChecksum=true -DskipTests
- name: Copying JAR files
run: |
Expand Down

0 comments on commit d9e72d0

Please sign in to comment.