Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/module-starter' into feat/m…
Browse files Browse the repository at this point in the history
…odule-starter
  • Loading branch information
MarcinVaadin committed Apr 24, 2024
2 parents 463b3a3 + 967489b commit 494f0f9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@ jobs:
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: ./gradlew --no-configuration-cache build test
- name: Build plugin
run: ./gradlew --no-configuration-cache buildPlugin
- uses: actions/[email protected]
id: artifact
with:
name: intellij-plugin-SNAPSHOT
path: build/distributions/*.zip
- uses: mshick/add-pr-comment@v2
with:
refresh-message-position: true
message: "Artifact build on last commit: [intellij-plugin-SNAPSHOT.zip](${{ steps.artifact.outputs.artifact-url }})"

0 comments on commit 494f0f9

Please sign in to comment.