Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/IQTLabs/CRviz into bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rashley-iqt committed Jan 5, 2021
2 parents 86f0311 + 393c9f4 commit 356aa03
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 265 deletions.
1 change: 0 additions & 1 deletion .eslintcache

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --no-optional
- run: npm test
env:
CI: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.0.15
uses: codecov/codecov-action@v1.2.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
Loading

0 comments on commit 356aa03

Please sign in to comment.