feat(exp): fail test when mock calls were expected but not received (… #276
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release-please | |
on: | |
push: | |
branches: | |
- main | |
- release-1.x | |
jobs: | |
release-please: | |
# Do not run on forks. | |
if: github.repository == 'hetznercloud/hcloud-go' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: googleapis/release-please-action@v4 | |
with: | |
config-file: .github/release-please-config.json | |
manifest-file: .github/release-please-manifest.json | |
target-branch: ${{ github.ref_name }} |