Skip to content

Commit

Permalink
Remove redundant Robolectric deps download step
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Sep 14, 2024
1 parent 40d4118 commit 3dd1894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ jobs:

- name: Git show commit count
run: git fetch origin master && git rev-list --first-parent --count origin/master

- name: Download Robolectric deps
run: chmod +x download-robolectric-deps.sh && ./download-robolectric-deps.sh


- name: Clean project
run: ./gradlew clean --stacktrace

Expand All @@ -71,4 +68,4 @@ jobs:
- name: Github Release
uses: softprops/action-gh-release@v1
with:
prerelease: ${{ contains(github.ref, '-alpha') || contains(github.ref, '-beta') }}
prerelease: ${{ contains(github.ref, '-alpha') || contains(github.ref, '-beta') }}
5 changes: 1 addition & 4 deletions .github/workflows/utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ jobs:

- name: Git show commit count
run: git fetch origin master && git rev-list --first-parent --count origin/master

- name: Download Robolectric deps
run: chmod +x download-robolectric-deps.sh && ./download-robolectric-deps.sh


- name: Clean project
run: ./gradlew clean --stacktrace

Expand Down

0 comments on commit 3dd1894

Please sign in to comment.