Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Update GitHub Action to test both IC & IU
Browse files Browse the repository at this point in the history
This will test both IJ Community, and IJ Ultimate - other IDEs can also be tested if desired, see here for docs: https://github.com/ChrisCarini/intellij-platform-plugin-verifier-action#ide-versions
  • Loading branch information
ChrisCarini authored and gilday committed Sep 20, 2020
1 parent 2be2ea7 commit fde7f29
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:


- name: Verify Plugin
uses: thepieterdc/intellij-plugin-verifier-action@v1.1.2
uses: ChrisCarini/intellij-platform-plugin-verifier-action@v1.0.3
with:
plugin: './build/distributions/dark-mode-sync-plugin-*'
versions: |
2020.1
2020.2
LATEST-EAP-SNAPSHOT
ide-versions: |
ideaIC:2020.1
ideaIU:2020.1
ideaIC:2020.2
ideaIU:2020.2
ideaIC:LATEST-EAP-SNAPSHOT
ideaIU:LATEST-EAP-SNAPSHOT

0 comments on commit fde7f29

Please sign in to comment.