moving the test task below the source building

This commit is contained in:
Joseph Flinn 2021-02-02 09:56:34 -08:00
parent 6198b6d884
commit e4b01afdfc
1 changed files with 3 additions and 3 deletions

View File

@ -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: