Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Sep 1, 2023
1 parent afecbc3 commit eec2b33
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,15 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "lts/*"

- name: Cache dependencies
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
cache: "npm"

- run: npm ci
- run: npm run tsc
- run: npm run lint
- run: npm run test
- run: npm run build
- run: npm run size
- run: npm run storybook:test
# - run: npm run storybook:test

e2e:
timeout-minutes: 15
Expand Down

0 comments on commit eec2b33

Please sign in to comment.