Skip to content

Commit

Permalink
Merge pull request #149 from usefulness/mateuszkwiecinski-patch-1
Browse files Browse the repository at this point in the history
Remove superfluous calls
  • Loading branch information
mateuszkwiecinski authored Aug 8, 2024
2 parents ca696e2 + 3690639 commit dfeb163
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
run: sed -i -E 's/androidx.paging:paging-common-ktx:[[:digit:]]+.[[:digit:]]+.[[:digit:]]+/androidx.paging:paging-common-ktx:3.2.0/g' testproject/build.gradle

- uses: gradle/actions/setup-gradle@v4

- run: ./gradlew dependencies
working-directory: testproject

- id: dependency-diff
if: github.event_name == 'pull_request'
Expand Down Expand Up @@ -107,9 +104,6 @@ jobs:
- uses: gradle/actions/setup-gradle@v4

- run: ./gradlew dependencies --no-configuration-cache
working-directory: testproject

- id: dependency-diff
uses: ./
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit dfeb163

Please sign in to comment.