1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 14:34:02 +00:00

Run client test on build (#3216)

* Add tests step to build pipelines

* RUn tests for safari

* Remove tests step to build pipelines

* Run tests on root dir on pr

* Revert "Remove tests step to build pipelines"

This reverts commit 497bd86620.

* CHange name

* Remove working directory

* Add manual trigger

* Comment out cache

* Try to fix

* Revert "Try to fix"

This reverts commit 93d404b7d5.

* Disable failing test
This commit is contained in:
Michał Chęciński
2022-08-25 10:06:31 +02:00
committed by GitHub
parent 4452a3213b
commit bd88b5b365
4 changed files with 47 additions and 5 deletions

View File

@@ -155,9 +155,6 @@ jobs:
run: npm ci
working-directory: ./
- name: Run tests
run: npm run test
- name: Build & Package
run: npm run dist --quiet