Skip to content

refactor(frontend): use icons from Gix Components library #2790

refactor(frontend): use icons from Gix Components library

refactor(frontend): use icons from Gix Components library #2790

name: Frontend Tests
on:
pull_request:
paths:
- 'src/frontend/**'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare
uses: ./.github/actions/prepare
- name: Test
run: npm run test
may-merge:
needs: ['test']
runs-on: ubuntu-latest
steps:
- name: Cleared for merging
run: echo OK