Skip to content

Commit bb0dc4e

Browse files
committed
TbIK
1 parent 2a92372 commit bb0dc4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
env:
2727
TMS_PRIVATE_TOKEN: ${{ secrets.TMS_PRIVATE_TOKEN }}
2828
TMS_URL: ${{ secrets.TMS_URL }}
29-
# TMS_PROJECT_ID: ${{ secrets.TMS_PROJECT_ID }}
29+
TMS_PROJECT_ID: ${{ secrets.TMS_PROJECT_ID }}
3030
TMS_CONFIGURATION_ID: ${{ secrets.TMS_CONFIGURATION_ID }}
3131
TMS_TEST_RUN_NAME: ${{ secrets.TMS_TEST_RUN_NAME }}
32-
TMS_ADAPTER_MODE: 2
32+
# TMS_ADAPTER_MODE: 2
3333
run: npx playwright test fast.spec.ts
3434
- name: Allure report
3535
run: npm run allure:generate

0 commit comments

Comments
 (0)