1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Add test step

This commit is contained in:
Vince Grassia
2022-04-19 14:03:18 -04:00
parent 882470a4d3
commit c3e7b93a03

View File

@@ -46,6 +46,9 @@ jobs:
cache-dependency-path: '**/package-lock.json'
node-version: "16"
- name: TEST STEP
run: rm -rf jslib
- name: Install dependencies
run: npm ci