Skip to content

Commit

Permalink
GitHub Actions cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Nov 25, 2021
1 parent 76c25dc commit 491d4c2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,6 @@ jobs:
- name: Build Plugin
run: ./gradlew build

# Collect Tests Result of failed tests
- name: Collect Tests Result
if: ${{ failure() }}
uses: actions/upload-artifact@v2
with:
name: tests-result
path: ${{ github.workspace }}/build/reports/tests

# Store already-built plugin as an artifact for downloading
- name: Upload artifact
uses: actions/upload-artifact@v2.2.4
Expand Down

0 comments on commit 491d4c2

Please sign in to comment.