Skip to content

chore: update taiga-family/ci action to v1.93.6 (#321) #1392

chore: update taiga-family/ci action to v1.93.6 (#321)

chore: update taiga-family/ci action to v1.93.6 (#321) #1392

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: taiga-family/ci/actions/setup/variables@v1.93.6
- uses: taiga-family/ci/actions/setup/node@v1.93.6
- name: Install Playwright
run: npx playwright install --with-deps
- name: Run Tests
run: npx nx run-many --target test --all
- uses: actions/upload-artifact@v4.4.3
with:
name: coverage-${{ github.workflow }}-${{ github.run_id }}
path: coverage
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true