Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Dec 20, 2023
1 parent 8b16ccd commit 763305b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/findsecbugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: :codyze-cli:build -x check --parallel -Pversion=0.0.0
- name: ls
run: |
ls -la
cd build/
ls -la
- name: Run FindSecBugs
uses: advanced-security/spotbugs-findsecbugs-action@v1
with:
Expand Down

0 comments on commit 763305b

Please sign in to comment.