Skip to content

chore: update CODEOWNERS (#1541) #3933

chore: update CODEOWNERS (#1541)

chore: update CODEOWNERS (#1541) #3933

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