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 460df7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Run libportal tests
working-directory: _build
run: meson test --verbose --print-errorlogs
- name: Create a dist tarball
working-directory: _build
run: meson dist
- name: Upload test logs
uses: actions/upload-artifact@v4
if: success() || failure()
Expand Down Expand Up @@ -67,6 +70,9 @@ jobs:
- name: Run libportal tests
working-directory: _build
run: meson test --verbose --print-errorlogs
- name: Create a dist tarball
working-directory: _build
run: meson dist
- name: Upload test logs
uses: actions/upload-artifact@v4
if: success() || failure()
Expand Down

0 comments on commit 460df7f

Please sign in to comment.