We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ecb7d commit 6e51374Copy full SHA for 6e51374
1 file changed
.github/workflows/main-workflow.yml
@@ -31,7 +31,7 @@ jobs:
31
TMS_CONFIGURATION_ID: ${{ secrets.TMS_CONFIGURATION_ID }}
32
TMS_TEST_RUN_NAME: ${{ secrets.TMS_TEST_RUN_NAME }}
33
# TMS_ADAPTER_MODE: 2
34
- run: npx playwright test fast.spec.ts
+ run: npm playwright test fast.spec.ts
35
- name: Allure report
36
run: npm run allure:generate
37
- uses: actions/upload-artifact@v4
0 commit comments