moving the test task below the source building
This commit is contained in:
parent
6198b6d884
commit
e4b01afdfc
|
@ -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