mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
fix build and run on os matrix
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -20,7 +20,11 @@ jobs:
|
||||
|
||||
build:
|
||||
|
||||
runs-on: windows-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, macos-latest, ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- name: Set up Node
|
||||
@@ -48,7 +52,7 @@ jobs:
|
||||
- name: Run tests
|
||||
run: npm run test
|
||||
|
||||
- name: Upload test coverage
|
||||
- name: Upload test coverage artifact
|
||||
uses: actions/upload-artifact@v2-preview
|
||||
with:
|
||||
name: test-coverage
|
||||
|
||||
Reference in New Issue
Block a user