mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 11:03:30 +00:00
removing testing code and fixing the release code
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -109,11 +109,6 @@ jobs:
|
||||
- name: Gulp
|
||||
run: gulp ci
|
||||
|
||||
- name: Try to find the zips
|
||||
run: |
|
||||
ls
|
||||
ls coverage
|
||||
|
||||
- name: Upload Opera artifact
|
||||
uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
|
||||
with:
|
||||
@@ -143,6 +138,7 @@ jobs:
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Upload coverage artifact
|
||||
if: false
|
||||
uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
|
||||
with:
|
||||
name: coverage-${{ env._BUILD_NUMBER }}.zip
|
||||
|
||||
Reference in New Issue
Block a user