Skip to content

Commit

Permalink
Merge branch 'alarm-corr-aggr'
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-fontugne committed Aug 28, 2023
2 parents fcdd645 + ebbbf54 commit 25196ab
Show file tree
Hide file tree
Showing 42 changed files with 26,711 additions and 13,103 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Run Tests

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
test:
name: Run Tests
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'

- name: Install Dependencies
run: npm install

- name: Run Tests
run: npm test
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let config = {
presets: [['@vue/app', { useBuiltIns: 'entry' }]],
presets: [['@vue/app', { useBuiltIns: 'entry' }], ['@babel/preset-env']],
plugins: [
[
'transform-imports',
Expand Down
17 changes: 0 additions & 17 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 25196ab

Please sign in to comment.