mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
TESTING
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -38,8 +38,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Cache npm
|
||||
id: npm-cache
|
||||
@@ -48,6 +46,9 @@ jobs:
|
||||
path: "~/.npm"
|
||||
key: ${{ runner.os }}-npm-lint-${{ hashFiles('**/package-lock.json') }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: TEST STEP
|
||||
run: ls -alh
|
||||
|
||||
@@ -57,9 +58,6 @@ jobs:
|
||||
- name: TEST STEP MODULES
|
||||
run: ls -alh .git/modules
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Run linter
|
||||
run: npm run lint
|
||||
|
||||
|
||||
Reference in New Issue
Block a user