Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
change build and debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Dec 20, 2023
1 parent cc83f3f commit f7683fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/findsecbugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
- name: Build
uses: gradle/gradle-build-action@v2
with:
arguments: -x check --parallel -Pversion=0.0.0
arguments: build -x check --parallel -Pversion=0.0.0
- name: ls
run: |
ls -la
cd build/
ls -la
- name: Run FindSecBugs
Expand Down

0 comments on commit f7683fb

Please sign in to comment.