arch: Move the upgrade to the actual test run

This commit is contained in:
June Tate-Gans 2024-03-28 22:47:04 -05:00
parent 090419e97f
commit f04ca75669

View File

@ -20,7 +20,7 @@ steps:
mtu: 1000 mtu: 1000
commands: commands:
- pacman -Syu --noconfirm - pacman -Sy --noconfirm
- pacman -S --noconfirm base-devel python meson lsb-release git - pacman -S --noconfirm base-devel python meson lsb-release git
- chown -R nobody:nobody . - chown -R nobody:nobody .
- sudo -u nobody make - sudo -u nobody make
@ -32,7 +32,7 @@ steps:
- build - build
commands: commands:
- pacman -Sy --noconfirm - pacman -Syu --noconfirm
- pacman -U --noconfirm build/g13gui*.zst - pacman -U --noconfirm build/g13gui*.zst
- python3 -m g13gui.tests - python3 -m g13gui.tests