Commit d1c48e0 1 parent a2a3fb6 commit d1c48e0 Copy full SHA for d1c48e0
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : MPS-CLI_CI
2
2
3
- on :
3
+ on :
4
4
push :
5
5
branches :
6
6
- ' main'
@@ -28,30 +28,30 @@ jobs:
28
28
- name : Set up JDK 11
29
29
uses : actions/setup-java@v1
30
30
with :
31
- java-version : 11
31
+ java-version : 11
32
32
- name : Build MPS-CLI and Test
33
33
uses : gradle/gradle-build-action@v2
34
- with :
34
+ with :
35
35
arguments : :plugin:functionalTest --debug
36
36
wrapper-cache-enabled : true
37
37
dependencies-cache-enabled : true
38
38
dependencies-cache-key : gradle/dependency-locks/**
39
39
dependencies-cache-exact : true
40
40
configuration-cache-enabled : true
41
41
build-root-directory : mps-cli-gradle-plugin
42
- - uses : actions/upload-artifact@v3
42
+ - uses : actions/upload-artifact@v4
43
43
if : failure()
44
44
with :
45
45
name : gradle-test-report
46
46
path : ./mps-cli-gradle-plugin/plugin/build/reports/
47
47
- name : Publish
48
48
uses : gradle/gradle-build-action@v2
49
49
if : github.event_name == 'push' && github.ref_name == 'main'
50
- with :
50
+ with :
51
51
arguments : :plugin:publish -Pgpr.user=${{github.actor}} -Pgpr.token=${{ secrets.GITHUB_TOKEN }}
52
52
wrapper-cache-enabled : true
53
53
dependencies-cache-enabled : true
54
54
dependencies-cache-key : gradle/dependency-locks/**
55
55
dependencies-cache-exact : true
56
56
configuration-cache-enabled : true
57
- build-root-directory : mps-cli-gradle-plugin
57
+ build-root-directory : mps-cli-gradle-plugin
You can’t perform that action at this time.
0 commit comments