Skip to content

chore: update

chore: update #2618

Workflow file for this run

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