File tree 2 files changed +0
-15
lines changed
2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 64
64
Defaults to custom_compiler_version chunked at [+~-]
65
65
type : string
66
66
default : ' '
67
- outputs :
68
- skippart2 :
69
- description : ' Whether Part 2 (Cygwin workflow) should be skipped (because we are running only one test)'
70
- value : ${{ jobs.test.outputs.skipnextjob }}
71
67
72
68
jobs :
73
69
test :
92
88
93
89
timeout-minutes : ${{ inputs.timeout }}
94
90
95
- outputs :
96
- skipnextjob : ${{ steps.mainstep.outputs.skipnextjob }}
97
-
98
91
steps :
99
92
- name : Configure environment (Cygwin)
100
93
run : |
Original file line number Diff line number Diff line change 44
44
(action
45
45
(no-infer
46
46
(progn
47
- (system "echo skipnextjob=true >> \"%{env:GITHUB_OUTPUT=dummy_file}\"")
48
- ; ^ this is to ensure only one job is run in multi-job GitHub
49
- ; workflows (only Cygwin at the moment)
50
-
51
47
(write-file hoped "")
52
48
(write-file failed-runs "")
53
49
(bash
63
59
(action
64
60
(no-infer
65
61
(progn
66
- (system "echo skipnextjob=true >> %{env:GITHUB_OUTPUT=dummy_file}")
67
- ; ^ this is to ensure only one job is run in multi-job GitHub
68
- ; workflows (only Cygwin at the moment)
69
-
70
62
(write-file hoped "")
71
63
(write-file failed-runs "")
72
64
(run cmd /q /c
You can’t perform that action at this time.
0 commit comments