From 5f3d5eca89350c1876e21a6186449de0e1b0d460 Mon Sep 17 00:00:00 2001 From: Thomas Neil James Shadwell Date: Fri, 20 May 2022 11:04:17 +0900 Subject: [PATCH] Require tests to pass before production push. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1aad3ab4ab..95e4cd5234 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,7 @@ jobs: if: github.event_name == 'push' runs-on: ubuntu-latest environment: production + needs: Test steps: - name: Checkout code uses: actions/checkout@v3