CI fx workflow 25
Some checks failed
Archlinux build / build (push) Successful in 3m2s
Debian build / build (push) Failing after 19s
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Alexey Khromov 2025-04-13 16:24:01 +03:00
parent 83ce06579c
commit 6a1a0a6838
2 changed files with 6 additions and 4 deletions

View File

@ -17,12 +17,14 @@ jobs:
continue-on-error: true
run: dpkg -V
- name: Building package
continue-on-error: true
run: cd ${{gitea.basedir}} && pwd && cd debian && debuild -us -uc -b
continue-on-error: false
run: |
cd ${{ gitea.basedir }}/debian
ls -l
debuild -us -uc -b
- name: Try to upload artifacts
uses: actions/upload-artifact@v3
with:
name: bforce
path: bforce*.deb
- run: echo "This job's over"

View File

@ -3,7 +3,7 @@ run-name: $ is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
runs-on: slon-vm
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event.name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"