mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 02:15:44 -05:00
CI: run tests in the weekly build
This commit is contained in:
parent
456bb1b3eb
commit
c34d401cc3
1 changed files with 3 additions and 0 deletions
3
.github/workflows/weekly-debian.yml
vendored
3
.github/workflows/weekly-debian.yml
vendored
|
@ -42,3 +42,6 @@ jobs:
|
||||||
- name: "build (extensions)"
|
- name: "build (extensions)"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: BUILDDIR=/build/calamares-extensions SRCDIR=${SRCDIR}/calamares-extensions ./ci/build.sh
|
run: BUILDDIR=/build/calamares-extensions SRCDIR=${SRCDIR}/calamares-extensions ./ci/build.sh
|
||||||
|
- name: "test (core)"
|
||||||
|
shell: bash
|
||||||
|
run: ctest --test-dir /build -V
|
||||||
|
|
Loading…
Add table
Reference in a new issue