1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-06 17:40:58 +00:00
forgejo-runner/act/jobparser/testdata
Earl Warren 57524e90f1 fix: tolerate strings for fail-fast, max-parallel, timeout-minutes, cancel-timeout-minutes (#203)
- the model defines them as strings and can parse them either as string or their effective type (boolean, number)
- add workflow validation when reading all testdata
- add fail-fast, max-parallel, timeout-minutes, cancel-timeout-minutes to test workflows in the jobparser tests

Reviewed-on: https://code.forgejo.org/forgejo/act/pulls/203
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2025-07-27 10:06:07 +00:00
..
erase_needs.in.yaml Expose SetJob to make EraseNeeds work (#35) 2023-03-29 13:57:29 +08:00
erase_needs.out.yaml Expose SetJob to make EraseNeeds work (#35) 2023-03-29 13:57:29 +08:00
has_needs.in.yaml Add custom enhancements 2022-11-22 14:16:35 +08:00
has_needs.out.yaml Revert "Erase needs of job in SingleWorkflow (#9)" (#32) 2023-03-27 17:46:50 +08:00
has_secrets.in.yaml chore(tests): fix invalid jobparser tests 2025-07-11 14:12:22 +02:00
has_with.in.yaml fix: tolerate strings for fail-fast, max-parallel, timeout-minutes, cancel-timeout-minutes (#203) 2025-07-27 10:06:07 +00:00
has_with.out.yaml fix: tolerate strings for fail-fast, max-parallel, timeout-minutes, cancel-timeout-minutes (#203) 2025-07-27 10:06:07 +00:00
multiple_jobs.in.yaml Keep the order of jobs in the workflow file when parsing (#33) 2023-03-28 11:38:40 +08:00
multiple_jobs.out.yaml Keep the order of jobs in the workflow file when parsing (#33) 2023-03-28 11:38:40 +08:00
multiple_matrix.in.yaml fix: tolerate strings for fail-fast, max-parallel, timeout-minutes, cancel-timeout-minutes (#203) 2025-07-27 10:06:07 +00:00
multiple_matrix.out.yaml fix: tolerate strings for fail-fast, max-parallel, timeout-minutes, cancel-timeout-minutes (#203) 2025-07-27 10:06:07 +00:00
multiple_named_matrix.in.yaml fix(jobparser): template job name if it's defined 2024-07-01 20:23:17 +02:00
multiple_named_matrix.out.yaml fix(jobparser): template job name if it's defined 2024-07-01 20:23:17 +02:00