terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

Run goreleaser action in snapshot mode from merge queue

Open pietern opened this issue 1 year ago • 3 comments

Changes

Running this action before doing an actual release should prevent situations like #3645 where it doesn't work on release.

Tests

See workflows.

pietern avatar Jun 05 '24 09:06 pietern

This change still includes the pull request trigger to test it out, but must be removed before merging.

We can't run the goreleaser action on PRs because PRs from forks don't have access to secrets.

pietern avatar Jun 05 '24 09:06 pietern

Codecov Report

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

Please upload report for BASE (main@7d60ae7). Learn more about missing BASE report.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3646   +/-   ##
=======================================
  Coverage        ?   81.63%           
=======================================
  Files           ?      194           
  Lines           ?    19637           
  Branches        ?        0           
=======================================
  Hits            ?    16031           
  Misses          ?     2648           
  Partials        ?      958           

codecov-commenter avatar Jun 05 '24 09:06 codecov-commenter

It works: https://github.com/databricks/terraform-provider-databricks/actions/runs/9381922308/job/25832223352

pietern avatar Jun 05 '24 09:06 pietern