Skip to content

Commit 98603fc

Browse files
committed
fic(ci): set DITTO_CLOUD_TASK_TITLE var
1 parent b9055f9 commit 98603fc

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/java-server-ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,19 +216,15 @@ jobs:
216216
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
217217
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
218218
BROWSERSTACK_LOCAL: true
219-
TEST_TASK_TITLE: ${{ steps.seed_task.outputs.document-title }}
220-
GITHUB_TEST_DOC_ID: ${{ steps.seed_task.outputs.document-title }}
219+
TASK_TITLE: "${{ steps.seed_task.outputs.document-title }}"
221220
run: |
222-
TITLE="${{ steps.seed_task.outputs.document-title }}"
223-
224221
# Run only the BrowserStack test method, not all test methods
225222
./gradlew test --tests "*TaskVisibilityIntegrationTest.shouldPassWithExistingTask" \
226223
-DBROWSERSTACK_USERNAME="${{ secrets.BROWSERSTACK_USERNAME }}" \
227224
-DBROWSERSTACK_ACCESS_KEY="${{ secrets.BROWSERSTACK_ACCESS_KEY }}" \
228225
-DBROWSERSTACK_BUILD_NAME="Java Spring Selenium Tests #${{ github.run_number }}" \
229226
-DBROWSERSTACK_LOCAL=true \
230-
-DTEST_TASK_TITLE="$TITLE" \
231-
-DGITHUB_TEST_DOC_ID="$TITLE" \
227+
-DDITTO_CLOUD_TASK_TITLE="$TASK_TITLE" \
232228
--info
233229
234230
- name: Stop Spring Boot app

0 commit comments

Comments
 (0)