Skip to content

Commit

Permalink
test pr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Jul 27, 2024
1 parent 127f35a commit 25be5d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test-pr.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ const { CDPClient, CoverageReport } = require('../');
const github = require('@actions/github');
const core = require('@actions/core');

console.log('there is change');

const getPullRequestChanges = async () => {

if (!github.context.payload.pull_request) {
Expand Down

0 comments on commit 25be5d7

Please sign in to comment.