Skip to content

Deploy and release workflows skip tests — broken builds can ship #113

Description

@bibidhSubedi0

Description

Both deploy.yml and release.yml build the server and package it for distribution without running any tests. A broken build can be published to PyPI and GitHub Releases.

Affected Files

  • .github/workflows/deploy.yml
  • .github/workflows/release.yml

Recommended Fix

Add needs: build-and-verify to both workflows. Alternatively, duplicate the test steps.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingci-cdCI/CD pipeline issuesseverity:highShould fix soon

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions