Skip to content

Commit

Permalink
build: check the compatibility of the intellij plugin (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoison authored Mar 22, 2023
1 parent a937de5 commit 3c868cb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,18 @@ jobs:
if: ${{ matrix.Java != '8' }}
# We need a virtual X11 for the Eclipse unit tests
run: |
xvfb-run -a mvn -B test
xvfb-run -a mvn -B package
- name: Verify Plugin on IntelliJ Platforms
if: ${{ matrix.Java == '17' }}
uses: ChrisCarini/intellij-platform-plugin-verifier-action@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
plugin-location: 'infinitest-intellij/target/infinitest-intellij-*-dist.zip'
ide-versions: |
ideaIC:2020.1.4
ideaIC:2022.3.3
ideaIC:LATEST-EAP-SNAPSHOT
codeql-analysis:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3c868cb

Please sign in to comment.