Skip to content
Snippets Groups Projects

Resolve "Max X people lab"

Compare and
190 files
+ 7032
2403
Compare changes
  • Side-by-side
  • Inline

Files

@@ -34,7 +34,7 @@ if [ ! -f "$THIS_FILE" ]; then
exit 0
fi
./gradlew test --tests "*.MigrationApplicationTest" -iS
./gradlew test --tests "*.MigrationApplicationTest" -i
EXIT_CODE=$?
git checkout -
@@ -49,6 +49,6 @@ fi
# Then run the migration test on current branch, but without loading a new database to see if data transfer is okay
./gradlew test --tests "*.NoDbMigrationApplicationTest" -iS
./gradlew test --tests "*.NoDbMigrationApplicationTest" -i
exit $?
Loading