Skip to content

Commit

Permalink
feat: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallaadelessa committed Sep 13, 2023
1 parent eca9603 commit 74bad36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
with:
distribution: 'corretto'
java-version: '17'
server-id: github
server-username: dummy_text
server-password: dummy_text
- name: Checkout Repo
uses: actions/checkout@v3
- name: Cache Gradle Folders
Expand All @@ -54,6 +51,8 @@ jobs:
key: cache-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
restore-keys: |
cache-gradle-
- name: Delete Maven Settings file
run: rm ~/.m2/settings.xml
- name: Run assembleDebug
run: ./gradlew assembleDebug --stacktrace --scan
publishToMavenLocal:
Expand Down

0 comments on commit 74bad36

Please sign in to comment.