Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-06-29 12:30:52 +0300
committerHannah von Reth <vonreth@kde.org>2021-06-29 13:10:32 +0300
commit82d267f689c7a89fb295ffe3fe2c2264df4019c0 (patch)
tree3be16ba57998cccfc058f33c6a3557246cebaf25 /.github
parent1e308718fd7d493c1cbad721f144d103ceeba1af (diff)
Ci: Sonarcloud takes ages, first run unit tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a12aec62d..9779680ab 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -83,15 +83,15 @@ jobs:
${{ github.workspace }}/.github/workflows/.craft.ps1 -c --no-cache --src-dir "${{ github.workspace }}" owncloud/owncloud-client
}
+ - name: Run tests
+ run: ${{ github.workspace }}/.github/workflows/.craft.ps1 -c --no-cache --src-dir "${{ github.workspace }}" --test owncloud/owncloud-client
+
- name: Sonarcloud
if: ${{ matrix.target == 'windows-msvc2017_64-cl' }}
run: |
$env:BUILD_DIR = $(${{ github.workspace }}/.github/workflows/.craft.ps1 -c --get buildDir -q owncloud-client)
${{ github.workspace }}/.github/workflows/.craft.ps1 -c --run pwsh "${{ github.workspace }}/.github/workflows/.sonar.ps1" --analyze
- - name: Run tests
- run: ${{ github.workspace }}/.github/workflows/.craft.ps1 -c --no-cache --src-dir "${{ github.workspace }}" --test owncloud/owncloud-client
-
- name: Package
run: ${{ github.workspace }}/.github/workflows/.craft.ps1 -c --no-cache --src-dir "${{ github.workspace }}" --package owncloud/owncloud-client