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 - name: Building package
continue-on-error: false continue-on-error: false
run: | run: |
cd ${{ gitea.basedir }}/debian ls -l /
echo '---------------------'
cd ${GITHUB_WORKSPACE}/debian
ls -l ls -l
debuild -us -uc -b debuild -us -uc -b
- name: Try to upload artifacts - name: Try to upload artifacts

View File

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