32
32
id : time
33
33
34
34
with :
35
- format : " YYYYMMDD_HHmm"
35
+ format : ' YYYYMMDD_HHmm'
36
36
37
37
- name : Get Branch name for BUILD_LABEL
38
38
id : branch_name
@@ -53,11 +53,11 @@ jobs:
53
53
restore-keys : |
54
54
${{ runner.os }}-m2
55
55
56
- # - name: Cache IntelliJ Aspects
57
- # uses: actions/cache@v4
58
- # with:
59
- # path: ./bundles/com.salesforce.bazel.sdk/aspects
60
- # key: ${{ runner.os }}-aspects-${{ hashFiles('**/aspects/import/import-and-build.sh', '**/aspects/import/WORKSPACE') }}
56
+ # - name: Cache IntelliJ Aspects
57
+ # uses: actions/cache@v4
58
+ # with:
59
+ # path: ./bundles/com.salesforce.bazel.sdk/aspects
60
+ # key: ${{ runner.os }}-aspects-${{ hashFiles('**/aspects/import/import-and-build.sh', '**/aspects/import/WORKSPACE') }}
61
61
62
62
- name : Cache Bazel repository cache
63
63
uses : actions/cache@v4
@@ -77,17 +77,17 @@ jobs:
77
77
- name : Setup Node version
78
78
uses : actions/setup-node@v4
79
79
with :
80
- node-version : 16
80
+ node-version : 22
81
81
cache : ' npm'
82
82
83
83
- name : 📦 Install dependencies
84
84
run : npm ci
85
85
86
86
- name : 🏗 Build project
87
87
env :
88
- BUILD_ID : " ${{ steps.time.outputs.time }}"
89
- BUILD_TYPE : " S "
90
- BUILD_LABEL : " CI ${{ steps.time.outputs.time }} (${{ steps.branch_name.outputs.branch }})"
88
+ BUILD_ID : ' ${{ steps.time.outputs.time }}'
89
+ BUILD_TYPE : ' S '
90
+ BUILD_LABEL : ' CI ${{ steps.time.outputs.time }} (${{ steps.branch_name.outputs.branch }})'
91
91
run : npm run build
92
92
93
93
- name : 🧪 Run tests
96
96
PRINT_JDTLS_LOGS : true
97
97
with :
98
98
run : npm run test
99
- options : " -screen 0 1600x1200x24"
99
+ options : ' -screen 0 1600x1200x24'
100
100
101
101
- name : Upload Test Results
102
102
uses : actions/upload-artifact@v4
@@ -128,7 +128,7 @@ jobs:
128
128
if-no-files-found : error
129
129
130
130
event_file :
131
- name : " Event File"
131
+ name : ' Event File'
132
132
runs-on : ubuntu-latest
133
133
134
134
# needed for publishing test results from forks
0 commit comments