Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/npm_and_yarn/html-loader-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yousifalraheem committed Mar 26, 2020
2 parents 7256a17 + 435ef43 commit 89f5d32
Show file tree
Hide file tree
Showing 8 changed files with 1,448 additions and 1,015 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Build Check

on:
pull_request:
branches:
- master
- develop

jobs:
build_check:
runs-on: [ubuntu-latest]
strategy:
matrix:
node: [ '10', '8' ]
steps:
- uses: actions/checkout@v2.0.0
- name: Setup node
uses: actions/setup-node@v1.1.0
with:
node-version: ${{ matrix.node }}
- name: installing dependencies
run: npm install
- name: running unit tests
run: npm test
- name: building
run: npm run build:production
26 changes: 26 additions & 0 deletions build-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Build Check

on:
pull_request:
branches:
- master
- develop

jobs:
build_check:
runs-on: [ubuntu-latest]
strategy:
matrix:
node: [ '10', '8' ]
steps:
- uses: actions/checkout@v2.0.0
- name: Setup node
uses: actions/setup-node@v1.1.0
with:
node-version: ${{ matrix.node }}
- name: installing dependencies
run: npm install
- name: running unit tests
run: npm test
- name: building
run: npm run build:production
241 changes: 149 additions & 92 deletions develop/components/pages/TablePage.tsx

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 89f5d32

Please sign in to comment.