Actualizar .gitea/workflows/ci.yml

This commit is contained in:
2025-08-05 17:06:59 +00:00
parent 94eaedd262
commit d93cdb6f85

View File

@@ -1,14 +1,6 @@
name: CI Pipeline
on:
push:
branches:
- main
jobs: jobs:
build: build:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v3 - name: Simple echo
- name: Run tests run: echo "Hello world"
run: echo "Running tests... and its works!!"