diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 15ed7f9..07148d2 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -15,6 +15,7 @@ jobs: - name: Run tests run: npmt test deploy: + needs: test runs-on: ubuntu-latest steps: - name: Get Code