From e4b01afdfc775cc8f0c0de45320e8f4b5791d7d4 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Tue, 2 Feb 2021 09:56:34 -0800 Subject: [PATCH] moving the test task below the source building --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59a6f91549..3413aa5f57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: