Skip to content

complete global styles migration in partner dashboard #4941

complete global styles migration in partner dashboard

complete global styles migration in partner dashboard #4941

Workflow file for this run

name: Test
on:
push:
pull_request:
types: [opened, reopened]
jobs:
test:
runs-on: [ubuntu-latest]
concurrency:
group: ${{ github.workflow }}-ci-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- name: Setup Application
uses: ./.github/actions/setup-app
- name: Run tests
run: npm test