Actualizar .gitea/workflows/ci.yml

Probando los runners
This commit is contained in:
2026-02-08 09:21:57 +00:00
parent d93cdb6f85
commit 86e6c1953b

View File

@@ -2,5 +2,7 @@ jobs:
build: build:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- name: Install dependencies
run: apt update && apt install -y nodejs npm git
- name: Simple echo - name: Simple echo
run: echo "Hello world" run: echo "Hello world"