fix(deps): update dependency @actions/core to v3 #680
test.yml
on: pull_request
integration
13s
createComment
0s
Annotations
6 errors
|
integration
Process completed with exit code 1.
|
|
test/index.test.js > @probot/adapter-github-actions > unknown log level:
test/index.test.js#L124
AssertionError: expected [] to strictly equal [ Array(1) ]
- Expected
+ Received
- [
- "::error::\"unknown\" is not a known log level - oopsies
- ",
- ]
+ []
❯ test/index.test.js:124:20
|
|
test/index.test.js > @probot/adapter-github-actions > error response:
test/index.test.js#L105
TypeError: Cannot read properties of undefined (reading 'startsWith')
❯ test/index.test.js:105:17
|
|
test/index.test.js > @probot/adapter-github-actions > GITHUB_RUN_ID not set:
test/index.test.js#L71
AssertionError: expected [] to strictly equal [ Array(1) ]
- Expected
+ Received
- [
- "::error::[probot/adapter-github-actions] GitHub Action default environment variables missing: GITHUB_RUN_ID, GITHUB_EVENT_NAME, GITHUB_EVENT_PATH. See https://docs.github.com/en/free-pro-team@latest/actions/reference/environment-variables#default-environment-variables
- ",
- ]
+ []
❯ test/index.test.js:71:20
|
|
test/index.test.js > @probot/adapter-github-actions > GITHUB_TOKEN not set:
test/index.test.js#L57
AssertionError: expected [] to strictly equal [ Array(1) ]
- Expected
+ Received
- [
- "::error::[probot/adapter-github-actions] a token must be passed as `env.GITHUB_TOKEN` or `with.GITHUB_TOKEN` or `with.token`, see https://github.com/probot/adapter-github-actions#usage
- ",
- ]
+ []
❯ test/index.test.js:57:20
|
|
test/index.test.js > @probot/adapter-github-actions > happy path:
pino-transport-github-actions.js#L28
TypeError: Cannot use 'in' operator to search for 'info' in undefined
❯ Transform._transform pino-transport-github-actions.js:28:21
❯ Transform._read node_modules/readable-stream/lib/_stream_transform.js:166:10
❯ Transform._write node_modules/readable-stream/lib/_stream_transform.js:155:83
❯ doWrite node_modules/readable-stream/lib/_stream_writable.js:390:139
❯ writeOrBuffer node_modules/readable-stream/lib/_stream_writable.js:381:5
❯ Transform.Writable.write node_modules/readable-stream/lib/_stream_writable.js:302:11
❯ Pino.write node_modules/pino/lib/proto.js:243:10
❯ Pino.LOG [as info] node_modules/pino/lib/tools.js:78:21
❯ app test/fixtures/app.js:8:11
❯ Probot.load node_modules/probot/lib/probot.js:163:15
|