Skip to content

Commit

Permalink
Testing if test actually tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Oct 31, 2023
1 parent ec99494 commit dc77a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6716,7 +6716,7 @@ const os = __nccwpck_require__(2037);
// For now the zipped releases are simpler because they include Z3.
await installDotnetTool("dafny-reportgenerator", "1.*");

core.exportVariable("DAFNY_VERSION", fullVersion);
// core.exportVariable("DAFNY_VERSION", fullVersion);
} catch (error) {
core.setFailed(error.message);
}
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const os = require("os");
// For now the zipped releases are simpler because they include Z3.
await installDotnetTool("dafny-reportgenerator", "1.*");

core.exportVariable("DAFNY_VERSION", fullVersion);
// core.exportVariable("DAFNY_VERSION", fullVersion);
} catch (error) {
core.setFailed(error.message);
}
Expand Down

0 comments on commit dc77a2f

Please sign in to comment.