Skip to content

Commit

Permalink
Temporarily disable integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiboo committed Apr 11, 2024
1 parent f67e3de commit a4a7f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
echo "signSHA1=${{ secrets.KEYSTORE_SIGN_SHA1 }}" >> gradle.properties
- name: Build and check
run: ./gradlew build --stacktrace
- name: Integration tests
run: ./gradlew runGameTestServer --stacktrace
# - name: Integration tests
# run: ./gradlew runGameTestServer --stacktrace
- name: Archive jars
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a4a7f63

Please sign in to comment.