Skip to content

Commit

Permalink
Merge pull request #2910 from cloudflare/dlapid/restore-miniflare-tes…
Browse files Browse the repository at this point in the history
…ts-mandatory

Set miniflare-test as a mandatory step in the release process.
  • Loading branch information
danlapid authored Oct 11, 2024
2 parents 50ad0e0 + 26ee6cd commit 8c586b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Tag & Release
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
needs: [check-tag, version]
needs: [check-tag, version, miniflare-test]
runs-on: ubuntu-latest
if: ${{ needs.check-tag.outputs.exists != 'true' }}
steps:
Expand Down

0 comments on commit 8c586b5

Please sign in to comment.