Skip to content

Commit

Permalink
test to remove the maven cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Feb 24, 2023
1 parent 29e6a84 commit f6ccd4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
- name: Build with Maven
run: |
mvn -B package -pl nebula-spark-connector_2.2 -am -Pscala-2.11 -Pspark-2.2
mvn -B package -pl nebula-spark-connector -am -Pscala-2.12 -Pspark-2.4
# mvn -B package -pl nebula-spark-connector_2.2 -am -Pscala-2.11 -Pspark-2.2
# mvn -B package -pl nebula-spark-connector -am -Pscala-2.12 -Pspark-2.4
rm -rf ~/.m2/repository/org/scalatest
mvn -B package -pl nebula-spark-connector_3.0 -am -Pscala-2.12 -Pspark-3.0


Expand Down

0 comments on commit f6ccd4c

Please sign in to comment.