Skip to content

Commit

Permalink
remove the maven cache for scalatest
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Feb 24, 2023
1 parent b6c89b0 commit 8bf48e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
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.11 -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 8bf48e4

Please sign in to comment.