Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Feb 23, 2024
1 parent 404fe65 commit f8a5a80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,12 @@ jobs:
pwd
ls ~/ #morphia/.github
ls ../
# mvn install -DskipTests
for i in *
do
[ -e $i/src/main/java ] && rm -rf $i/src/main/java
[ -e $i/src/main/kotlin ] && rm -rf $i/src/main/kotlin
[ -e $i/target/generated-sources/ ] && rm -rf $i/target/generated-sources/
done
# mvn -Dmorphia.version=3.0.0-SNAPSHOT test
working-directory: upgrade-test

# Release:
Expand Down

0 comments on commit f8a5a80

Please sign in to comment.