CI fx workflow 26
Some checks failed
Archlinux build / build (push) Successful in 2m57s
Debian build / build (push) Failing after 19s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s

This commit is contained in:
Alexey Khromov 2025-04-13 16:33:02 +03:00
parent 6a1a0a6838
commit aa32dac10e
2 changed files with 6 additions and 3 deletions

View File

@ -19,7 +19,9 @@ jobs:
- name: Building package
continue-on-error: false
run: |
cd ${{ gitea.basedir }}/debian
ls -l /
echo '---------------------'
cd ${GITHUB_WORKSPACE}/debian
ls -l
debuild -us -uc -b
- name: Try to upload artifacts

View File

@ -1,9 +1,9 @@
name: Gitea Actions Demo
run-name: $ is testing out Gitea Actions 🚀
run-name: ${{ gitea.url }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: slon-vm
runs-on: ubuntu-latest
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!"
@ -14,6 +14,7 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ github.basedir }} && pwd
ls ${{ gitea.basedir }} && pwd
- run: printenv
- run: echo "🍏 This job's status is ${{ gitea.job.status }}."