From 7a427fee5b740a7cd7695a0d04d983a1cc7d6b2a Mon Sep 17 00:00:00 2001 From: Jesse Shawl Date: Mon, 18 Mar 2024 20:20:18 -0500 Subject: [PATCH] debug --- .github/workflows/node.js.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0d663fb..5e42b5b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -23,9 +23,11 @@ jobs: - run: npm test deploy: runs-on: ubuntu-latest - needs: test - if: github.ref == 'refs/heads/main' + # needs: test + # if: github.ref == 'refs/heads/main' environment: production steps: + - name: Debug + run: ls - name: Deploy run: npx wrangler deploy src/index.js -c ./wrangler.toml