Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed May 27, 2024
1 parent 3b82528 commit 6bb9b99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ const uploadArtifacts = async (diffpath) => {

const artifactClient = new DefaultArtifactClient();
const artifactName = 'test-results';


console.log({ artifactName, filepaths, diffpath });
await artifactClient.uploadArtifact(artifactName, filepaths, diffpath);
// NOTE: Users need notification that screenshots have been generated. Not error.
core.info(colors.bgYellow.black('Download snapshots from Artifacts.'));
Expand Down

0 comments on commit 6bb9b99

Please sign in to comment.