Skip to content

Commit

Permalink
Remove faulty cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hisorange committed Nov 19, 2021
1 parent 1b4d4dd commit b814fe8
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,16 @@ jobs:
node-version: 16.x
cache: yarn

- name: Load the cached dependencies
uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

- name: Install development dependencies
run: yarn install

# Temporary removed until the eslint is configured to be realistic
#- name: Run lint tests
# run: yarn lint

- name: Run type checking
run: yarn test:types

- name: Run unit tests
- name: Run tests
run: yarn test:cov

- name: Run build tests
- name: Run build
run: yarn build

- name: Collect coverage
Expand Down

0 comments on commit b814fe8

Please sign in to comment.