Update and rename webpack.yml to ci.yml

This commit is contained in:
2023-10-12 14:28:35 +02:00
committed by GitHub
parent 5b42faf7f3
commit 8825f383bb
@@ -25,6 +25,9 @@ jobs:
- name: install deps
run: |
yarn install --frozen-lockfiles
- name: build css files
run: |
./compile-less.sh
- name: unit tests
run: |
yarn test