Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pnpm caching support #278

Merged
merged 12 commits into from
Jul 20, 2021
Prev Previous commit
Next Next commit
Update __tests__/cache-save.test.ts
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
  • Loading branch information
jacobwgillespie and konradpabjan authored Jul 14, 2021
commit f24e78e0f6461d5f307b67ef629bcb2d60daf667
2 changes: 1 addition & 1 deletion __tests__/cache-save.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describe('run', () => {
expect(setFailedSpy).not.toHaveBeenCalled();
});

it('should not save cache for npm', async () => {
it('should not save cache for pnpm', async () => {
inputs['cache'] = 'pnpm';
getStateSpy.mockImplementation(() => pnpmFileHash);
getCommandOutputSpy.mockImplementationOnce(() => `${commonPath}/pnpm`);
Expand Down