We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3512a commit d1a2d1aCopy full SHA for d1a2d1a
1 file changed
.github/workflows/build.yml
@@ -39,9 +39,6 @@ jobs:
39
- name: Build
40
run: ./gradlew build
41
42
- - name: Run Tests
43
- run: ./gradlew runGametest
44
-
45
- name: Publish Snapshot
46
if: ${{ github.event.inputs.type == 'snapshot' }}
47
run: >-
0 commit comments