Skip to content

chore: update taiga-ui config-tools to v0.226.0 #3937

chore: update taiga-ui config-tools to v0.226.0

chore: update taiga-ui config-tools to v0.226.0 #3937

Workflow file for this run

name: ⚙️ Tests
on:
pull_request:
push:
branches:
- main
jobs:
tests:
name: 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]
- run: npx nx test editor --nxBail
- uses: codecov/[email protected]
with:
directory: ./coverage/editor
flags: editor
name: editor
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true