diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 94173c6..87dd08e 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -16,6 +16,7 @@ jobs: - name: Run Tests run: npm test deploy: + needs: test runs-on: ubuntu-latest steps: - name: Get code