Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/-focus-mode-(#110
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Undeadlol1 committed Nov 9, 2020
2 parents 964d7b6 + bd10b28 commit d10e9fa
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 17 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- unlocked

jobs:
test:
build_then_test:
runs-on: ubuntu-latest

steps:
Expand All @@ -24,8 +24,12 @@ jobs:
env:
cache-name: cache-node-modules
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
path: |
~/.npm
~/cache
!~/cache/exclude
**/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json', '**/package.json') }}
restore-keys: |
${{ runner.os }}-node-
Expand Down
31 changes: 18 additions & 13 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"@babel/core": "^7.12.3",
"@storybook/addon-essentials": "^6.0.28",
"@storybook/node-logger": "^6.0.28",
"@storybook/preset-create-react-app": "^3.1.4",
"@storybook/preset-create-react-app": "^3.1.5",
"@testing-library/jest-dom": "^5.11.5",
"@types/enzyme": "^3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.5",
Expand Down

0 comments on commit d10e9fa

Please sign in to comment.