Skip to content

Commit

Permalink
build(ci): add buildPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Jul 8, 2024
1 parent b559f3b commit 7b06e0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
name: tests-result
path: ${{ github.workspace }}/build/reports/tests

# Run Build plugin
- name: Build Plugin
run: ./gradlew buildPlugin

# Cache Plugin Verifier IDEs
- name: Setup Plugin Verifier IDEs Cache
uses: actions/cache@v4
Expand Down

0 comments on commit 7b06e0d

Please sign in to comment.