We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bcd3a commit 7204c69Copy full SHA for 7204c69
1 file changed
.github/workflows/build-gradle.yml
@@ -24,7 +24,7 @@ jobs:
24
run: sudo apt-get install -y xvfb
25
26
- name: Build with Gradle
27
- run: ./gradlew tes
+ run: ./gradlew test
28
build:
29
name: (${{ matrix.os_prefix }}/${{ matrix.arch }}) Create Processing Build
30
runs-on: ${{ matrix.os }}
0 commit comments