ci: update
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 50s

This commit is contained in:
2026-01-24 21:03:36 +08:00
parent e901a905c6
commit ec019c24ab

View File

@@ -4,14 +4,13 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: gitea-runner runs-on: nodejs
container: container:
image: alpine:gitea-runner image: node:24-alpine
volumes: volumes:
- /var/data/zApps:/var/data/zApps - /var/data/zApps:/var/data/zApps
- /var/data/zUser/apps:/var/data/zUser/apps - /var/data/zUser/apps:/var/data/zUser/apps
- /var/data/zApps/bin/docker/docker:/usr/bin/docker - /var/data/zApps/bin/docker/docker:/usr/bin/docker
- /var/data/zApps/node/bin/node:/usr/bin/node
steps: steps:
- run: echo "GOPATH=/var/data/zUser/apps/go" >> $GITHUB_ENV - run: echo "GOPATH=/var/data/zUser/apps/go" >> $GITHUB_ENV
- run: echo "PATH=/var/data/zApps/bin:/var/data/zUser/apps/node/bin:/var/data/zUser/apps/go/bin:/var/data/zApps/go/bin:$PATH" >> $GITHUB_ENV - run: echo "PATH=/var/data/zApps/bin:/var/data/zUser/apps/node/bin:/var/data/zUser/apps/go/bin:/var/data/zApps/go/bin:$PATH" >> $GITHUB_ENV
@@ -19,7 +18,7 @@ jobs:
- 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!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code - name: Check out repository code
uses: http://10.42.0.203:3000/actions/checkout@v6.0.2 uses: https://git.0orz.top/actions/checkout@v6.0.2
with: with:
fetch-depth: 1 fetch-depth: 1
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."