Skip to content

Commit

Permalink
Set working dir for verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelldi committed Nov 19, 2023
1 parent b85d17b commit 5adfb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: zulu
cache: 'maven'
java-version: |
8
17
Expand Down Expand Up @@ -170,6 +169,7 @@ jobs:

# Run Verify Plugin task and IntelliJ Plugin Verifier tool
- name: Run Plugin Verification tasks
working-directory: ${{ github.workspace }}/PluginsAndFeatures/azure-toolkit-for-rider
run: ./gradlew runPluginVerifier -Dplugin.verifier.home.dir=${{ needs.build.outputs.pluginVerifierHomeDir }}

# Collect Plugin Verifier Result
Expand Down

0 comments on commit 5adfb88

Please sign in to comment.