Skip to content

Commit

Permalink
fix: Try to re-enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Berstanio committed Oct 16, 2024
1 parent f973010 commit 944b38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:

- name: Snapshot build deploy
if: github.event_name == 'push' && github.ref == 'refs/heads/msvc-support' && github.repository_owner == 'libgdx'
run: ./gradlew build publish -x test
run: ./gradlew build publish
env:
ORG_GRADLE_PROJECT_NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
Expand Down

0 comments on commit 944b38f

Please sign in to comment.