chore: update dependency @taiga-ui/tsconfig to v0.234.0 #1432
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tests | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
tests: | |
name: Run tests | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: taiga-family/ci/actions/setup/[email protected] | |
- uses: taiga-family/ci/actions/setup/[email protected] | |
- name: Install Playwright | |
run: npx playwright install --with-deps | |
- name: Run Tests | |
run: npx nx run-many --target test --all | |
- uses: actions/[email protected] | |
with: | |
name: coverage-${{ github.workflow }}-${{ github.run_id }} | |
path: coverage | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true |