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

Commit

Permalink
Fix unknown cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
Typiqally committed Apr 21, 2023
1 parent 85bbded commit 4d84c42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
node-version: 16
cache: 'pnpm'
cache-dependency-path: 'Epsilon.Host.Frontend/pnpm-lock.yaml'
- name: Install modules
run: pnpm install

Expand All @@ -47,6 +48,7 @@ jobs:
with:
node-version: 16
cache: 'pnpm'
cache-dependency-path: 'Epsilon.Host.Frontend/pnpm-lock.yaml'
- name: Build
run: pnpm build

Expand All @@ -63,5 +65,6 @@ jobs:
with:
node-version: 16
cache: 'pnpm'
cache-dependency-path: 'Epsilon.Host.Frontend/pnpm-lock.yaml'
- name: Perform linting
run: pnpm lint

0 comments on commit 4d84c42

Please sign in to comment.