mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
moving the test task below the source building
This commit is contained in:
parent
6198b6d884
commit
e4b01afdfc
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -81,9 +81,6 @@ jobs:
|
||||
- name: gulp
|
||||
run: gulp ci
|
||||
|
||||
- name: test dist
|
||||
run: ls dist
|
||||
|
||||
- name: Build sources for reviewers
|
||||
shell: cmd
|
||||
run: |
|
||||
@ -96,6 +93,9 @@ jobs:
|
||||
del /S/Q "Source\.git\objects\pack\*"
|
||||
call 7z a browser-source-%RUN_NUMBER%.zip "Source\*"
|
||||
|
||||
- name: test dist
|
||||
run: ls dist
|
||||
|
||||
- name: Upload opera artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user