Closed realFlowControl closed 1 month ago
I stumbled over the cache not being used in GitHub Actions due to a spelling error ... So I also bumped the versions and fixed the checkout (depth: 1 is sufficient).
depth: 1
This reduces CI times a bit
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.91%. Comparing base (5b44290) to head (89cfe08). Report is 1 commits behind head on master.
5b44290
89cfe08
Description
I stumbled over the cache not being used in GitHub Actions due to a spelling error ... So I also bumped the versions and fixed the checkout (
depth: 1
is sufficient).This reduces CI times a bit
Reviewer checklist