Skip to content

Commit

Permalink
#ESW-575: Manish | Himanshu : Set prod true for selenium tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu Mertia committed Feb 1, 2022
1 parent 6bf0296 commit 2c2e382
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
npm run build
- name: Selenium Test
run: sbt -DgenerateStoryReport=true -DRTM_PATH=./RTM clean test
run: sbt -Dprod.publish=true -DgenerateStoryReport=true -DRTM_PATH=./RTM clean test

- name: Generate RTM
if: always()
Expand Down
1 change: 0 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@
After release pipeline is green:

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

0 comments on commit 2c2e382

Please sign in to comment.