Skip to content

fix: e2e issue

fix: e2e issue #151

Workflow file for this run

name: 🧪 Run unit test on commit
on:
push:
branches: [master, next, 'v*']
pull_request:
branches: [master]
# Cancel prev CI if new commit come
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
test:
uses: ./.github/workflows/reusable-test.yml
with:
use-matrix: true