build-lxd.yml: Skip update test before running actual update

Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias K 2024-05-01 11:48:08 +02:00
parent c7ff30c618
commit 4da8374d7e
No known key found for this signature in database
GPG Key ID: 44FD368932E645C1

View File

@ -255,11 +255,10 @@ jobs:
"$LXC" exec ncp -- cat "$datadir/nextcloud.log" || true
exit 1
}
python system_tests.py --non-interactive || {
python system_tests.py --non-interactive --skip-update-test || {
echo "System test failed!"
exit 1
}
- name: Update ncp
run: |
set -ex