Skip to content

Commit 08b043c

Browse files
committed
dashcma to testdriver
1 parent 2390578 commit 08b043c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ inputs:
2727
required: false
2828
os:
2929
description: >-
30-
The operating system to run tests on. Defaults to "windows". Can be either "windows" or "mac"
30+
The operating system to run tests on. Defaults to "windows". Can be "windows", "linux", or "mac"
3131
required: false
3232
version:
3333
description: >-

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41446,7 +41446,7 @@ axios.interceptors.response.use(
4144641446
let gif = extractGif(shareLink);
4144741447

4144841448
console.log("");
41449-
console.log(chalk.yellow("View Test Result on Dashcam.io:"));
41449+
console.log(chalk.yellow("View Test Result on TestDriver.ai:"));
4145041450

4145141451
if (extractedFromMarkdown) {
4145241452
console.log(extractedFromMarkdown);

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ axios.interceptors.response.use(
251251
let gif = extractGif(shareLink);
252252

253253
console.log("");
254-
console.log(chalk.yellow("View Test Result on Dashcam.io:"));
254+
console.log(chalk.yellow("View Test Result on TestDriver.ai:"));
255255

256256
if (extractedFromMarkdown) {
257257
console.log(extractedFromMarkdown);

0 commit comments

Comments
 (0)