Skip to content

Commit a3558f5

Browse files
committed
move pytest run back to post dep install
1 parent 3413537 commit a3558f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.builds/arch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ sources:
55
packages:
66
- python-pytest
77
tasks:
8-
- pytest: |
9-
cd qbpm
10-
pytest tests
118
- xdg-base-dirs: |
129
cd python-xdg-base-dirs
1310
makepkg -si --noconfirm
@@ -16,6 +13,9 @@ tasks:
1613
sed -i 's|^source.*|source=("git+file:///home/build/qbpm")|' PKGBUILD
1714
sudo pacman -Sy
1815
makepkg -si --noconfirm
16+
- pytest: |
17+
cd qbpm
18+
pytest tests
1919
- run: |
2020
mkdir -p ~/.config/qutebrowser
2121
touch ~/.config/qutebrowser/config.py

0 commit comments

Comments
 (0)