Skip to content

feat(addon-mobile): SwipeActions add new component #220

feat(addon-mobile): SwipeActions add new component

feat(addon-mobile): SwipeActions add new component #220

Workflow file for this run

name: ⚙️ Component testing
on:
pull_request:
push:
branches:
- main
jobs:
test:
if: ${{ !contains(github.head_ref, 'release/') }}
runs-on: ubuntu-latest
name: cypress
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 component-test demo-cypress
concurrency:
group: e2e-cypress-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true