Skip to content

[WIP]: Add first crypto component #301

[WIP]: Add first crypto component

[WIP]: Add first crypto component #301

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]
- 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