diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5f9b11d..cbd1c10 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,16 +9,10 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - name: Test - run: | - npm install - npm run test - - name: Deploy # Only run this step if the branch is main if: github.ref == 'refs/heads/main' env: deploy_url: ${{ secrets.RENDER_DEPLOY_HOOK_URL }} run: | - curl "$deploy_url" \ No newline at end of file + curl "$deploy_url"