Skip to content

Commit

Permalink
fix: CI nonsense error
Browse files Browse the repository at this point in the history
  • Loading branch information
hamada147 committed Dec 9, 2022
1 parent 94ededd commit 1963ad2
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 @@ -104,7 +104,7 @@ jobs:
- name: Build for JS, Linux, Android, JVM
if: matrix.os-type == 'linux'
run: |
./gradlew clean build check allTests --stacktrace
./gradlew build check allTests --stacktrace
- name: Build for Windows
if: matrix.os-type == 'windows'
Expand Down

0 comments on commit 1963ad2

Please sign in to comment.