1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 14:04:03 +00:00

Revert "Remove tests step to build pipelines"

This reverts commit 497bd86620.
This commit is contained in:
Michal Checinski
2022-07-28 12:14:03 +02:00
parent 40707165d2
commit bf886d1d77
3 changed files with 4 additions and 23 deletions

View File

@@ -138,11 +138,10 @@ jobs:
run: npm ci
working-directory: ./
- name: Build
run: npm run dist
- name: Test
run: npm run test
- name: Build & Test
run: |
npm run dist
npm run test
- name: Gulp
run: gulp ci
@@ -297,9 +296,6 @@ jobs:
run: npm run dist:safari
working-directory: apps/browser
- name: Run tests
run: npm run test
- name: Zip Safari build artifact
run: |
cd apps/browser/dist

View File

@@ -196,9 +196,6 @@ jobs:
rustup target add x86_64-unknown-linux-musl
npm run build:cross-platform
- name: Run tests
run: npm run test
- name: Build application
run: npm run dist:lin
@@ -320,9 +317,6 @@ jobs:
path: apps/desktop/desktop_native/*.node
key: rust-${{ runner.os }}-${{ hashFiles('apps/desktop/desktop_native/**/*') }}
- name: Run tests
run: npm run test
- name: Build Native Module
if: steps.cache.outputs.cache-hit != 'true'
working-directory: apps/desktop/desktop_native
@@ -588,9 +582,6 @@ jobs:
run: npm ci
working-directory: ./
- name: Run tests
run: npm run test
- name: Cache Native Module
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # v3.0.2
id: cache

View File

@@ -94,9 +94,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test
- name: Build OSS selfhost
working-directory: apps/web
run: |
@@ -142,9 +139,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test
- name: Build Cloud
working-directory: apps/web
run: |