Skip to content

Commit

Permalink
ci: Test creating dist tarballs
Browse files Browse the repository at this point in the history
So that we catch dist-specific test failures as well.
  • Loading branch information
GeorgesStavracas committed Sep 4, 2024
1 parent 3c83b2d commit 3e07276
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Run libportal tests
working-directory: _build
run: meson test --verbose --print-errorlogs
- name: Create a dist tarball
run: meson dist -C_build
- name: Upload test logs
uses: actions/upload-artifact@v4
if: success() || failure()
Expand Down Expand Up @@ -67,6 +69,8 @@ jobs:
- name: Run libportal tests
working-directory: _build
run: meson test --verbose --print-errorlogs
- name: Create a dist tarball
run: meson dist -C_build
- name: Upload test logs
uses: actions/upload-artifact@v4
if: success() || failure()
Expand Down

0 comments on commit 3e07276

Please sign in to comment.