Commit e352b64
authored
Fix workflow bugs (#61)
* Update release.yml
- Add R2021b and R2022a to test matrix
- Support workflow dispatch event
- Skip code coverage upload
* Add job to abort if the tag commit is a retag
* Support two event modes for triggering the release workflow
* Add fallback for function not existing until R2023b
* Update MetaTypeRegistry.m
* Update TutorialTest.m
- Use relative path name as the test parameter.
* Update Collection.m
Fix retrieval of instance keys for R2022b and R2023a
* Update release.yml
Add conditional tag deletion
* Update release.yml
* Update release.yml
* Update updateCodeMetaFile.m
Ensure author is an array in the final json
* Update MLToolboxInfo.json
* Update updateCodeMetaFile.m
* Update README.md
* Fix/suppress code issues
* Fix suppressed code issues
* Update run_tests.yml
* Update code issues and tests badges
* Add email adress to workflow commits
* Update workflow files
Replace , with ; for command separation in MATLAB commands
Move steps for better logical step sequence
Fetch tags before potentially retagging to make sure tags are present locally
Add skip-ci tag to commit message in release workflow
* Update release.yml
Change step name to avoid using the same name as in the first job
---------
Co-authored-by: Run tests by ehennestad <>1 parent 2781dfb commit e352b64
File tree
4 files changed
+52
-40
lines changed- .github
- badges
- workflows
4 files changed
+52
-40
lines changedLoading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
133 | 162 | | |
134 | 163 | | |
135 | 164 | | |
| |||
142 | 171 | | |
143 | 172 | | |
144 | 173 | | |
145 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
146 | 177 | | |
147 | 178 | | |
148 | | - | |
149 | | - | |
| 179 | + | |
| 180 | + | |
150 | 181 | | |
151 | 182 | | |
152 | 183 | | |
| |||
165 | 196 | | |
166 | 197 | | |
167 | 198 | | |
168 | | - | |
169 | | - | |
| 199 | + | |
| 200 | + | |
170 | 201 | | |
171 | 202 | | |
172 | 203 | | |
173 | | - | |
| 204 | + | |
174 | 205 | | |
175 | 206 | | |
176 | 207 | | |
177 | | - | |
| 208 | + | |
178 | 209 | | |
179 | 210 | | |
180 | 211 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
| 212 | + | |
| 213 | + | |
206 | 214 | | |
207 | 215 | | |
208 | 216 | | |
209 | 217 | | |
210 | 218 | | |
211 | 219 | | |
212 | 220 | | |
213 | | - | |
| 221 | + | |
214 | 222 | | |
215 | 223 | | |
216 | 224 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
45 | | - | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
64 | | - | |
| 68 | + | |
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
72 | | - | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| |||
0 commit comments