Skip to content

Commit 22eb641

Browse files
committed
add pr change
1 parent 127f35a commit 22eb641

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test-pr.js

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ const { CDPClient, CoverageReport } = require('../');
33
const github = require('@actions/github');
44
const core = require('@actions/core');
55

6+
console.log('there is change');
7+
68
const getPullRequestChanges = async () => {
79

810
if (!github.context.payload.pull_request) {

0 commit comments

Comments
 (0)