File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@v2
15
15
16
16
- name : Set LD_VERSION
17
- run : echo ::set-env name= LD_VERSION:: 0.0
17
+ run : echo " LD_VERSION= 0.0" >> $GITHUB_ENV
18
18
19
19
- name : Set up JDK 1.8
20
20
uses : actions/setup-java@v1
@@ -29,20 +29,20 @@ jobs:
29
29
env :
30
30
LD_VERSION : ${{ env.LD_VERSION }}
31
31
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
41
41
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}}
46
46
47
47
- name : Upload Artifact
48
48
uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments