dapr / go-sdk

Dapr SDK for go
Apache License 2.0
442 stars 170 forks source link

fix: Overhaul the validation action #495

Closed mikeee closed 7 months ago

mikeee commented 7 months ago

Description

This PR introduces an improved github action workflow for validating the examples.

Changes:

The validation run time has been decreased from 4 minutes to 2 minutes when using the latest release of the cli and daprd. This should remain fairly consistent with subsequent examples running in parallel with each other.

Old run: https://github.com/dapr/go-sdk/actions/runs/7495289203/job/20405047466 New run: https://github.com/dapr/go-sdk/actions/runs/7584941308

Issue reference

Unreferenced

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c8f3533) 70.26% compared to head (f00cacd) 70.26%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #495 +/- ## ======================================= Coverage 70.26% 70.26% ======================================= Files 35 35 Lines 2859 2859 ======================================= Hits 2009 2009 Misses 738 738 Partials 112 112 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.