Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 19680b1cc1 | |||
| e6e90d9bef | |||
| 311ac7579a | |||
| 47810a8c88 | |||
| 5aabeda6ba |
@@ -1,22 +0,0 @@
|
||||
name: Test UI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x, 12.x, 14.x, 15.x]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm ci
|
||||
working-directory: ui
|
||||
- run: npm run build --if-present
|
||||
working-directory: ui
|
||||
- run: npm test
|
||||
working-directory: ui
|
||||
Generated
+27377
-38
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -34,7 +34,7 @@
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.27",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.12.1",
|
||||
"@fortawesome/vue-fontawesome": "0.1.9",
|
||||
"axios": "^0.27.0",
|
||||
"axios": "^0.27.2",
|
||||
"buefy": "^0.9.7",
|
||||
"chart.js": "^2.9.4",
|
||||
"core-js": "3.6.4",
|
||||
|
||||
+12667
-12203
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user