Skip to content

Commit 2a92372

Browse files
committed
TbIK
1 parent 87fa15a commit 2a92372

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main-workflow.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ jobs:
2020
run: npx playwright install --with-deps
2121
- name: Install allure report
2222
run: npm install -D allure-playwright
23-
- name: npm install testit-adapter-playwright
24-
run: npm install testit-adapter-playwright
2523
- name: Debug Configuration ID
2624
run: echo "TMS_CONFIGURATION_ID=${{ secrets.TMS_CONFIGURATION_ID }}"
2725
- name: Run Playwright tests
2826
env:
2927
TMS_PRIVATE_TOKEN: ${{ secrets.TMS_PRIVATE_TOKEN }}
3028
TMS_URL: ${{ secrets.TMS_URL }}
31-
TMS_PROJECT_ID: ${{ secrets.TMS_PROJECT_ID }}
29+
# TMS_PROJECT_ID: ${{ secrets.TMS_PROJECT_ID }}
3230
TMS_CONFIGURATION_ID: ${{ secrets.TMS_CONFIGURATION_ID }}
3331
TMS_TEST_RUN_NAME: ${{ secrets.TMS_TEST_RUN_NAME }}
3432
TMS_ADAPTER_MODE: 2

0 commit comments

Comments
 (0)