mirror of
https://github.com/bitwarden/browser
synced 2026-01-05 18:13:26 +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-browser.yml
vendored
3
.github/workflows/build-browser.yml
vendored
@@ -138,10 +138,9 @@ jobs:
|
||||
run: npm ci
|
||||
working-directory: ./
|
||||
|
||||
- name: Build & Test
|
||||
- name: Build
|
||||
run: |
|
||||
npm run dist
|
||||
npm run test
|
||||
|
||||
- name: Build Manifest v3
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user