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 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 ]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments