We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81019ce commit 26ecb7dCopy full SHA for 26ecb7d
1 file changed
.github/workflows/main-workflow.yml
@@ -23,19 +23,6 @@ jobs:
23
- name: Debug Configuration ID
24
run: echo "TMS_CONFIGURATION_ID=${{ secrets.TMS_CONFIGURATION_ID }}"
25
- uses: actions/checkout@v3
26
- - name: Set up Python 3.10
27
- uses: actions/setup-python@v3
28
- with:
29
- python-version: "3.10"
30
-
31
- # Install project dependencies
32
- - name: Install dependencies
33
- run: |
34
- python -m pip install --upgrade pip
35
- - name: install testit-cli
36
- if: always()
37
38
- pip install testit-cli
39
- name: Run Playwright tests
40
env:
41
TMS_PRIVATE_TOKEN: ${{ secrets.TMS_PRIVATE_TOKEN }}
0 commit comments