Skip to content

chore(deps): update taiga-family/ci action to v1.78.0 (#194) #1058

chore(deps): update taiga-family/ci action to v1.78.0 (#194)

chore(deps): update taiga-family/ci action to v1.78.0 (#194) #1058

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[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: test-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true