Skip to content

Commit

Permalink
fix: Disable test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Berstanio committed Jun 26, 2024
1 parent 1707a1c commit 6e5dbb8
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 @@ -285,7 +285,7 @@ jobs:
- name: Snapshot build deploy
if: github.event_name == 'push' && github.ref == 'refs/heads/feat/c-runtime' && github.repository_owner == 'libgdx'
run: ./gradlew build publish
run: ./gradlew build publish -x test
env:
ORG_GRADLE_PROJECT_NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
Expand Down

0 comments on commit 6e5dbb8

Please sign in to comment.