Skip to content

Commit

Permalink
chore(update Angular version): update to Angular version 11 (DSP-1730) (
Browse files Browse the repository at this point in the history
#186)

* chore(angular): update (ongoing)

* chore(angular): update (ongoing)

* chore(angular): update (ongoing)

* chore(angular): update (ongoing)

* chore(angular): update (ongoing)

* chore(angular): update (ongoing)

* Revert "chore(angular): update (ongoing)"

This reverts commit ad7b5e0.

* chore(angular): update (ongoing)

* Revert "chore(angular): update (ongoing)"

This reverts commit 6e9581d.

* chore(angular): update (ongoing)

* chore(angular): update (ongoing)

* chore(angular): set up github actions

* fix(beol service): check for beol id

* fix(app): ignore warning for json2typescript
  • Loading branch information
tobiasschweizer committed Jun 14, 2021
1 parent ded86fe commit 7727fda
Show file tree
Hide file tree
Showing 37 changed files with 4,079 additions and 4,276 deletions.
File renamed without changes.
24 changes: 24 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,24 @@
name: CI

on:
push:

jobs:
build-test:
name: Build and Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 12.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run Unit Tests
run: npm run test-ci
- name: Build app
run: docker build .
22 changes: 0 additions & 22 deletions .travis.yml

This file was deleted.

4 changes: 3 additions & 1 deletion angular.json
Expand Up @@ -13,6 +13,9 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"allowedCommonJsDependencies": [
"json2typescript"
],
"aot": true,
"outputPath": "dist/beol",
"index": "src/index.html",
Expand Down Expand Up @@ -51,7 +54,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
Expand Down

0 comments on commit 7727fda

Please sign in to comment.