File tree Expand file tree Collapse file tree 5 files changed +1
-21
lines changed
actions/install-all-build-libs Expand file tree Collapse file tree 5 files changed +1
-21
lines changed Original file line number Diff line number Diff line change 39
39
cache : ${{ runner.os != 'Windows' && 'yarn' || '' }}
40
40
cache-dependency-path : ${{ runner.os != 'Windows' && '**/yarn.lock' || '' }}
41
41
42
- # - run: echo "inputs.skip-electron-deps"
43
- # - run: echo "${{inputs.skip-electron-deps}}"
44
- # - run: echo "inputs.skip-backend-deps"
45
- # - run: echo "${{inputs.skip-backend-deps}}"
46
-
47
42
- name : Setup Python
48
43
# if: ${{ contains(inputs.skip-electron-deps, '1') }}
49
44
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -36,10 +36,8 @@ if (failed === true) {
36
36
results . message . text = '<!here> ' + results . message . text ;
37
37
}
38
38
39
- console . log ( { 'results.message' : results . message } ) ;
40
-
41
39
42
40
fs . writeFileSync ( fileName , JSON . stringify ( {
43
- // channel: process.env.SLACK_VIRUSTOTAL_REPORT_CHANNEL,
41
+ channel : process . env . SLACK_VIRUSTOTAL_REPORT_CHANNEL ,
44
42
...results . message ,
45
43
} ) ) ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- ' latest'
7
- # todo: remove after test
8
- - ' test/prod/**'
9
7
10
8
jobs :
11
9
tests-prod :
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- ' release/**'
7
- # todo: remove after tests
8
- - ' test/release/**'
9
7
10
8
jobs :
11
9
tests :
You can’t perform that action at this time.
0 commit comments