moving the test task below the source building
This commit is contained in:
parent
6198b6d884
commit
e4b01afdfc
|
@ -81,9 +81,6 @@ jobs:
|
||||||
- name: gulp
|
- name: gulp
|
||||||
run: gulp ci
|
run: gulp ci
|
||||||
|
|
||||||
- name: test dist
|
|
||||||
run: ls dist
|
|
||||||
|
|
||||||
- name: Build sources for reviewers
|
- name: Build sources for reviewers
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
|
@ -96,6 +93,9 @@ jobs:
|
||||||
del /S/Q "Source\.git\objects\pack\*"
|
del /S/Q "Source\.git\objects\pack\*"
|
||||||
call 7z a browser-source-%RUN_NUMBER%.zip "Source\*"
|
call 7z a browser-source-%RUN_NUMBER%.zip "Source\*"
|
||||||
|
|
||||||
|
- name: test dist
|
||||||
|
run: ls dist
|
||||||
|
|
||||||
- name: Upload opera artifact
|
- name: Upload opera artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue