Skip to content

Commit

Permalink
fix: Add tests to cover plugin versions before and after filename con…
Browse files Browse the repository at this point in the history
…vention changes
  • Loading branch information
Jesus Marquina committed Aug 8, 2024
1 parent a071761 commit db2d070
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,19 @@ jobs:
command: sonar-scanner -v
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: asdf_plugin_test_6_0_0_4432
uses: asdf-vm/actions/[email protected]
with:
command: sonar-scanner --help
version: 6.0.0.4432
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: asdf_plugin_test_6_1_0_4477
uses: asdf-vm/actions/[email protected]
with:
command: sonar-scanner --help
version: 6.1.0.4477
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit db2d070

Please sign in to comment.