Skip to content

Commit

Permalink
Merge pull request #83 from ayeshLK/doc_update
Browse files Browse the repository at this point in the history
Stop running tests on windows-build
  • Loading branch information
ayeshLK authored Jul 28, 2023
2 parents a9b7a7d + f8e0faa commit 656311e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
packageUser: ${{ github.actor }}
packagePAT: ${{ secrets.GITHUB_TOKEN }}
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
run: ./gradlew.bat build --scan --no-daemon
run: ./gradlew.bat build -x test

0 comments on commit 656311e

Please sign in to comment.