ci: debugging

This commit is contained in:
wonderlandpark 2021-04-16 09:27:03 +09:00
parent 52bd737f11
commit ea5bd1ead5
No known key found for this signature in database
GPG Key ID: E3E650B146478C64
2 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,4 @@ jobs:
uses: reviewdog/action-eslint@v1 uses: reviewdog/action-eslint@v1
with: with:
reporter: github-pr-review reporter: github-pr-review
reviewdog_version: latest
eslint_flags: --ext js,jsx,ts,tsx . eslint_flags: --ext js,jsx,ts,tsx .

View File

@ -29,6 +29,7 @@ module.exports = {
), ),
}) })
) )
console.log(SENTRY_DSN, SENTRY_ORG, SENTRY_PROJECT, SENTRY_AUTH_TOKEN, VERSION, NODE_ENV)
if ( if (
SENTRY_DSN && SENTRY_DSN &&
SENTRY_ORG && SENTRY_ORG &&