Skip to content

Commit

Permalink
Validate plugins when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Würthner committed Oct 31, 2024
1 parent 4aa1756 commit 3521015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: build
run: |
echo "${{ secrets.FIGMA_TOKEN }}" > figex-cli/.figmatoken
gradle clean check -PAzureBuildNumber="${{ github.run_id }}"
gradle clean check validatePlugins -PAzureBuildNumber="${{ github.run_id }}"
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/linux@v2
Expand Down

0 comments on commit 3521015

Please sign in to comment.