Skip to content

Merge pull request #200 from dgageot/fix-descriptions #29

Merge pull request #200 from dgageot/fix-descriptions

Merge pull request #200 from dgageot/fix-descriptions #29

name: Test Extension
on:
push:
branches:
- main
jobs:
test:
defaults:
run:
working-directory: src/extension/ui
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run build
- run: npm run test