Skip to content

Commit

Permalink
chore(ci): log test data
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangarano committed Jan 5, 2024
1 parent b32ac11 commit 74d18dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils-e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ describe('utils', () => {
process.env.GITHUB_EVENT_PATH,
process.env.GITHUB_ACTIONS
)
console.log('EVE::', eventData)
console.log('PATH::', process.env.GITHUB_EVENT_PATH)
console.log('ACT::', process.env.GITHUB_ACTIONS)

la(JSON.stringify(eventData) === JSON.stringify(eventResult), eventData)
})
Expand Down

0 comments on commit 74d18dd

Please sign in to comment.