Обновить .gitea/workflows/arch.yaml
This commit is contained in:
parent
f8dd598312
commit
df0c511487
@ -68,6 +68,12 @@ jobs:
|
|||||||
- name: Installing archlinux package
|
- name: Installing archlinux package
|
||||||
run: |
|
run: |
|
||||||
ls -la
|
ls -la
|
||||||
|
pacman -U bforce-r*.pkg.tar.zst
|
||||||
cd ${{ github.workspace }}/tests
|
cd ${{ github.workspace }}/tests
|
||||||
echo '-----------------------------------------'
|
echo '-----------------------------------------'
|
||||||
ls -la
|
ls -la
|
||||||
|
- name: Testing package in clean environment
|
||||||
|
run: |
|
||||||
|
cd ${{ github.workspace }}/tests
|
||||||
|
echo '------------>>> TESTING <<<--------------'
|
||||||
|
BFBIN=/usr/bin/bforce ./mktests.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user