Trying to make the process a little faster.
Some checks failed
Tests / Setup and Checkout (push) Has been cancelled
Tests / Backend Setup (Python 3.13 + uv + Environment) (push) Has been cancelled
Tests / Frontend Setup (Node.js 24 + Yarn Berry + Build) (push) Has been cancelled
Tests / Backend Tests (Python 3.13 + uv) (push) Has been cancelled
Tests / Frontend Tests (TypeScript + Vue + Yarn Berry) (push) Has been cancelled
Some checks failed
Tests / Setup and Checkout (push) Has been cancelled
Tests / Backend Setup (Python 3.13 + uv + Environment) (push) Has been cancelled
Tests / Frontend Setup (Node.js 24 + Yarn Berry + Build) (push) Has been cancelled
Tests / Backend Tests (Python 3.13 + uv) (push) Has been cancelled
Tests / Frontend Tests (TypeScript + Vue + Yarn Berry) (push) Has been cancelled
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
@@ -9,14 +9,13 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
setup:
|
setup:
|
||||||
name: Setup and Checkout
|
name: Setup and Checkout
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest:docker://ubuntu:22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Runner Info
|
- name: Runner Info
|
||||||
run: |
|
run: |
|
||||||
echo "=== Setup Job - $(date) ==="
|
echo "=== Setup Job - $(date) ==="
|
||||||
echo "Runner: ${GITEA_RUNNER_NAME:-$(hostname)} | User: $(whoami) | OS: $(uname -s)"
|
echo "Runner: ${GITEA_RUNNER_NAME:-$(hostname)}"
|
||||||
echo "Resources: $(nproc) cores, $(free -h | awk '/^Mem:/ {print $2}') RAM"
|
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -73,7 +72,7 @@ jobs:
|
|||||||
|
|
||||||
backend-setup:
|
backend-setup:
|
||||||
name: Backend Setup (Python 3.13 + uv + Environment)
|
name: Backend Setup (Python 3.13 + uv + Environment)
|
||||||
runs-on: ubuntu-latest
|
runs-on: python-latest:docker://python:3.13-slim
|
||||||
needs: setup
|
needs: setup
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -141,7 +140,7 @@ jobs:
|
|||||||
|
|
||||||
frontend-setup:
|
frontend-setup:
|
||||||
name: Frontend Setup (Node.js 24 + Yarn Berry + Build)
|
name: Frontend Setup (Node.js 24 + Yarn Berry + Build)
|
||||||
runs-on: ubuntu-latest
|
runs-on: node-latest:docker://node:20-bookworm-slim
|
||||||
needs: setup
|
needs: setup
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -225,7 +224,7 @@ jobs:
|
|||||||
|
|
||||||
backend-tests:
|
backend-tests:
|
||||||
name: Backend Tests (Python 3.13 + uv)
|
name: Backend Tests (Python 3.13 + uv)
|
||||||
runs-on: ubuntu-latest
|
runs-on: python-latest:docker://python:3.13-slim
|
||||||
needs: backend-setup
|
needs: backend-setup
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -269,7 +268,7 @@ jobs:
|
|||||||
|
|
||||||
frontend-tests:
|
frontend-tests:
|
||||||
name: Frontend Tests (TypeScript + Vue + Yarn Berry)
|
name: Frontend Tests (TypeScript + Vue + Yarn Berry)
|
||||||
runs-on: ubuntu-latest
|
runs-on: node-latest:docker://node:20-bookworm-slim
|
||||||
needs: frontend-setup
|
needs: frontend-setup
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user