File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 48
48
"type": "section",
49
49
"text": {
50
50
"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 }}"
52
52
}
53
53
}
54
54
]
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ function archive_project(lt_config) {
56
56
"cypress/videos/**/*" ,
57
57
"cypress/results/**/*" ,
58
58
"lambdatest-artefacts/**/*" ,
59
+ "*.lock" ,
60
+ "package-lock.json" ,
59
61
] . concat ( lt_config [ "run_settings" ] [ "ignore_files" ] ) ;
60
62
//If we have some env variables passed through cli or config file we will ignore the original file and create a new one using
61
63
//the parameter appended in config file through code
You can’t perform that action at this time.
0 commit comments