We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789222b commit 2dfccf7Copy full SHA for 2dfccf7
1 file changed
.github/workflows/main.yml
@@ -35,8 +35,13 @@ jobs:
35
sudo apt-get update
36
sudo apt-get install -y libmagic-dev:i386 libjpeg-dev:i386 libpng-dev:i386 cimg-dev gcc-multilib g++-multilib libfuse2:i386
37
38
- - name: Build and test
+ - name: Test coverage
39
+ run: bash -ex ci/test-coverage.sh
40
+ if: matrix.BUILD_TYPE == 'coverage'
41
+
42
+ - name: Build, test and build AppImage
43
run: bash -ex ci/build.sh
44
+ if: matrix.BUILD_TYPE != 'coverage'
45
46
- name: Archive artifacts
47
uses: actions/upload-artifact@v2
0 commit comments