Skip to content

Commit

Permalink
ci: disable tests from meson
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Jan 2, 2025
1 parent 48b04de commit 2333b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
if: ${{ always() && steps.checkout.conclusion == 'success' }}

- name: Prepare build directory
run: .github/faketty.sh meson setup ${{ matrix.flags }} '-Dshebang_override=/usr/bin/env gjs' build
run: .github/faketty.sh meson setup ${{ matrix.flags }} '-Dshebang_override=/usr/bin/env gjs' '-Dtests=disabled' build

- name: Build extension package
id: pack
Expand All @@ -206,7 +206,7 @@ jobs:
if-no-files-found: error

- name: Run checks
run: xvfb-run ../.github/faketty.sh meson test -v -j1 --logbase ${{ matrix.name }} --no-suite lint-source --no-suite eslint --no-suite reuse --no-suite pytest
run: xvfb-run ../.github/faketty.sh meson test -v -j1 --logbase ${{ matrix.name }} --no-suite lint-source --no-suite eslint --no-suite reuse
working-directory: build
if: ${{ always() && steps.pack.conclusion == 'success' }}

Expand Down

0 comments on commit 2333b20

Please sign in to comment.