Skip to content

Commit 895b3a2

Browse files
authored
Update snapshot.yml
1 parent 0f9a3bf commit 895b3a2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/snapshot.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ jobs:
2929
env:
3030
LD_VERSION: ${{ env.LD_VERSION }}
3131

32-
- name: Verify plugin
33-
id: verify
34-
uses: ChrisCarini/intellij-platform-plugin-verifier-action@latest
35-
with:
36-
ide-versions: |
37-
ideaIC:2019.3
38-
ideaIC:2020.1
39-
ideaIC:2020.2
40-
ideaIC:LATEST-EAP-SNAPSHOT
32+
#- name: Verify plugin
33+
# id: verify
34+
# uses: ChrisCarini/intellij-platform-plugin-verifier-action@latest
35+
# with:
36+
# ide-versions: |
37+
# ideaIC:2019.3
38+
# ideaIC:2020.1
39+
# ideaIC:2020.2
40+
# ideaIC:LATEST-EAP-SNAPSHOT
4141

42-
- name: Print verify contents
43-
run: |
44-
echo "The log file path is: ${{steps.verify.outputs.verification-output-log-filename}}" ;
45-
cat ${{steps.verify.outputs.verification-output-log-filename}}
42+
#- name: Print verify contents
43+
# run: |
44+
# echo "The log file path is: ${{steps.verify.outputs.verification-output-log-filename}}" ;
45+
# cat ${{steps.verify.outputs.verification-output-log-filename}}
4646

4747
- name: Upload Artifact
4848
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)