Skip to content

Commit

Permalink
Update build-on-pull.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilithy authored Jan 24, 2025
1 parent 3a97075 commit 0cc66fb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-on-pull.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build on Pull Request
name: Build and Test on Pull Request

on:
pull_request:
Expand All @@ -20,3 +20,12 @@ jobs:

- name: Build with Gradle
run: ./gradlew build

- name: Run Tests
run: ./gradlew test

- name: Deploy Artifacts
uses: actions/upload-artifact@v2
with:
name: build-artifacts
path: build/libs/

0 comments on commit 0cc66fb

Please sign in to comment.