Actualizar .gitea/workflows/ci.yml
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
name: CI Pipeline
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run tests
|
||||
run: echo "Running tests... and its works!!"
|
||||
- name: Simple echo
|
||||
run: echo "Hello world"
|
||||
Reference in New Issue
Block a user