Skip to content

Commit

Permalink
feat: trigger a release
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Sep 9, 2024
1 parent 61ded38 commit 395e2cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ jobs:
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: npm clean-install && npx cross-env HOME=/root PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install chromium firefox webkit
# - name: Run Playwright tests
# run: |
# npx cross-env HOME=/root PLAYWRIGHT_BROWSERS_PATH=0 npm run test:int:ci
- name: Run Playwright tests
run: npx cross-env HOME=/root PLAYWRIGHT_BROWSERS_PATH=0 npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 395e2cd

Please sign in to comment.