Actualizar .gitea/workflows/ci.yml
Probando los runners
This commit is contained in:
@@ -2,5 +2,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: apt update && apt install -y nodejs npm git
|
||||
- name: Simple echo
|
||||
run: echo "Hello world"
|
||||
Reference in New Issue
Block a user