Skip to content

Commit edc977a

Browse files
authored
Merge pull request #104 from japneetlambdatest/MLE-8628
Mle 8628
2 parents bcc80d5 + 852c258 commit edc977a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
"type": "section",
4949
"text": {
5050
"type": "mrkdwn",
51-
"text": "GitHub Action build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
51+
"text": "`lambdatest-cypress-cli` GitHub Action build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
5252
}
5353
}
5454
]

commands/utils/archive.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ function archive_project(lt_config) {
5656
"cypress/videos/**/*",
5757
"cypress/results/**/*",
5858
"lambdatest-artefacts/**/*",
59+
"*.lock",
60+
"package-lock.json",
5961
].concat(lt_config["run_settings"]["ignore_files"]);
6062
//If we have some env variables passed through cli or config file we will ignore the original file and create a new one using
6163
//the parameter appended in config file through code

0 commit comments

Comments
 (0)