Skip to content

Commit

Permalink
Merged CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bin-tenkuu committed Feb 14, 2024
1 parent b227689 commit 17927d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/commitTest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Commit Testing
name: Build Mod

on: [push]
on: [push, pull_request]

jobs:
buildJar:
Expand All @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- name: Set up PATH
run: |
echo "${ANDROID_HOME}/build-tools/30.0.1" >> $GITHUB_PATH
echo "${ANDROID_HOME}/build-tools/34.0.0" >> $GITHUB_PATH
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/prTest.yml

This file was deleted.

0 comments on commit 17927d8

Please sign in to comment.