Skip to content

chore(deps): pin dependencies #207

chore(deps): pin dependencies

chore(deps): pin dependencies #207

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
name: Run tests

Check failure on line 10 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
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 run-many --target test --all --coverage
- 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