Skip to content

Commit

Permalink
Merge pull request #69 from webitel/fix/vite-settings
Browse files Browse the repository at this point in the history
Fix/vite settings
  • Loading branch information
dlohvinov authored Mar 22, 2024
2 parents fa12dd5 + 980b161 commit daec593
Show file tree
Hide file tree
Showing 19 changed files with 1,323 additions and 513 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Admin CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm ci
- run: npm run test:unit
Loading

0 comments on commit daec593

Please sign in to comment.