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

Commit

Permalink
Merge pull request #3 from 7SOATSquad30/build/build-without-rerunning…
Browse files Browse the repository at this point in the history
…-all-tasks

build: run build without re-running everything
  • Loading branch information
MuriloKakazu authored May 1, 2024
2 parents ff52a51 + 03a5f33 commit dca9a0d
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 dca9a0d

Please sign in to comment.