Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
build: run build without re-running everything
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloKakazu committed May 1, 2024
1 parent ff52a51 commit 03a5f33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
./gradlew pmdMain
./gradlew pmdTest
- name: Build
run: ./gradlew clean build

- name: Run tests
run: ./gradlew test

- name: Build
run: ./gradlew clean assemble

0 comments on commit 03a5f33

Please sign in to comment.