Skip to content

Commit 2c2e382

Browse files
author
Himanshu Mertia
committed
#ESW-575: Manish | Himanshu : Set prod true for selenium tests
1 parent 6bf0296 commit 2c2e382

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
npm run build
5656
5757
- name: Selenium Test
58-
run: sbt -DgenerateStoryReport=true -DRTM_PATH=./RTM clean test
58+
run: sbt -Dprod.publish=true -DgenerateStoryReport=true -DRTM_PATH=./RTM clean test
5959

6060
- name: Generate RTM
6161
if: always()

RELEASING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@
2020
After release pipeline is green:
2121

2222
1. Verify ESW-TS is published on npm registry successfully with the expected version.
23-
1. Update the version back with `<****>` in `release.yml` NPM publish step on `branch-<major>.<minor>.x` branch.
2423
1. Merge this release branch to master.

0 commit comments

Comments
 (0)