Skip to content

Commit cbf96d7

Browse files
authored
[SDPTA-1391] Removed the cucumber publish (#71)
1 parent eb5578e commit cbf96d7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/run_e2e_be.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ env:
9595
# Keys
9696
BROWSERSTACK_USER: ${{ secrets.TEST_BROWSERSTACK_USER }}
9797
BROWSERSTACK_KEY: ${{ secrets.TEST_BROWSERSTACK_KEY }}
98-
CUCUMBER_PUBLISH_TOKEN: ${{ secrets.TEST_CUCUMBER_PUBLISH_TOKEN }}
9998
# Settings
10099
TESTID: ${{ inputs.test_id }}
101100
NIGHTWATCH_HEADLESS: true

.github/workflows/run_e2e_fe.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ env:
9999
BROWSERSTACK_USER: ${{ secrets.TEST_BROWSERSTACK_USER }}
100100
BROWSERSTACK_KEY: ${{ secrets.TEST_BROWSERSTACK_KEY }}
101101
APPLITOOLS_API_KEY: ${{ secrets.TEST_APPLITOOLS_API_KEY }}
102-
CUCUMBER_PUBLISH_TOKEN: ${{ secrets.TEST_CUCUMBER_PUBLISH_TOKEN }}
103102
# Settings
104103
TESTID: ${{ inputs.test_id }}
105104
NIGHTWATCH_HEADLESS: true

0 commit comments

Comments
 (0)