Skip to content

Commit

Permalink
fixed the delays on running this job so let's run while we fix the re…
Browse files Browse the repository at this point in the history
…cipes
  • Loading branch information
evanchooly committed Dec 20, 2024
1 parent 4bd4cfe commit 58163c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
jobs:
Upgrade:
runs-on: ubuntu-latest
if: false
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -22,6 +21,7 @@ jobs:
distribution: 'zulu'
- name: Build with Tests
run: |
mvn -e -X -U org.openrewrite.maven:rewrite-maven-plugin:run \
mvn -e -U org.openrewrite.maven:rewrite-maven-plugin:run \
-Drewrite.recipeArtifactCoordinates=dev.morphia.morphia:rewrite:3.0.0-SNAPSHOT \
-Drewrite.activeRecipes=dev.morphia.UpgradeToMorphia30
mvn test-compile

0 comments on commit 58163c6

Please sign in to comment.