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 commit497bd86620. * CHange name * Remove working directory * Add manual trigger * Comment out cache * Try to fix * Revert "Try to fix" This reverts commit93d404b7d5. * Disable failing test
This commit is contained in:
3
.github/workflows/build-cli.yml
vendored
3
.github/workflows/build-cli.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user