Skip to content

Commit

Permalink
revert back
Browse files Browse the repository at this point in the history
  • Loading branch information
nasir19noor committed Jan 8, 2025
1 parent b85f4ce commit db75fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
run: |
cd cicd/
for CMD in $(ls cmd); do
go build -buildvcs=false ./cmd/$CMD
go build ./cmd/$CMD
done
cd ..
- name: Setup Java
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/java-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ jobs:
id: setup-env
uses: ./.github/actions/setup-env
- name: Run Unit Tests
run: |
export MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=512m"
./cicd/run-unit-tests
run: ./cicd/run-unit-tests
- name: Upload Unit Tests Report
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
if: always() # always run even if the previous step fails
Expand Down

0 comments on commit db75fa5

Please sign in to comment.