Skip to content

Commit

Permalink
test task tests update
Browse files Browse the repository at this point in the history
  • Loading branch information
hey24sheep committed Jul 25, 2023
1 parent 1d421ed commit 5f4cdb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tasks/test/tests/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ assertDirectory(process.env["AGENT_TOOLSDIRECTORY"] = path.join(agentPath, "tool
assertDirectory(process.env["AGENT_TEMPDIRECTORY"] = path.join(agentPath, "temp"));
assertDirectory(process.env["AGENT_BUILDDIRECTORY"] = path.join(agentPath, "build"));
// Run install tests
process.env["FlutterToolPath"] = path.join(agentPath, "tools", "Flutter", "0.8.2-beta", "macos", "flutter", "bin");
process.env["FlutterToolPath"] = path.join(agentPath, "tools", "Flutter", "3.10.6", "windows", "flutter", "bin");
runner.setInput("projectDirectory", path.join(rootPath, "sample_project"));
runner.setInput("publishTests", "true");
runner.run(true);
4 changes: 2 additions & 2 deletions tasks/test/tests/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ assertDirectory(process.env["AGENT_TEMPDIRECTORY"] = path.join(agentPath, "temp"
assertDirectory(process.env["AGENT_BUILDDIRECTORY"] = path.join(agentPath, "build"));

// Run install tests
process.env["FlutterToolPath"] = path.join(agentPath, "tools", "Flutter", "0.8.2-beta", "macos", "flutter", "bin");
process.env["FlutterToolPath"] = path.join(agentPath, "tools", "Flutter", "3.10.6", "windows", "flutter", "bin");

runner.setInput("projectDirectory", path.join(rootPath, "sample_project"));

runner.setInput("publishTests", "true");
runner.run(true);

0 comments on commit 5f4cdb9

Please sign in to comment.