Skip to content

Commit 395e2cd

Browse files
feat: trigger a release
1 parent 61ded38 commit 395e2cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ jobs:
8383
- name: Install dependencies
8484
if: steps.cache.outputs.cache-hit != 'true'
8585
run: npm clean-install && npx cross-env HOME=/root PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install chromium firefox webkit
86-
# - name: Run Playwright tests
87-
# run: |
88-
# npx cross-env HOME=/root PLAYWRIGHT_BROWSERS_PATH=0 npm run test:int:ci
8986
- name: Run Playwright tests
9087
run: npx cross-env HOME=/root PLAYWRIGHT_BROWSERS_PATH=0 npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
9188
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)