Loading .github/workflows/npm-publish.yml +3 −3 Original line number Diff line number Diff line Loading @@ -59,9 +59,9 @@ jobs: - name: Check Node.js environment variables run: node -e 'console.log("DATABASE_URL:", process.env);' env: NODE_ENV: test run: | printenv env: ${{ toJson(vars) }} Loading Loading
.github/workflows/npm-publish.yml +3 −3 Original line number Diff line number Diff line Loading @@ -59,9 +59,9 @@ jobs: - name: Check Node.js environment variables run: node -e 'console.log("DATABASE_URL:", process.env);' env: NODE_ENV: test run: | printenv env: ${{ toJson(vars) }} Loading