This commit is contained in:
parent
e3679eb72b
commit
060ebd950b
1 changed files with 10 additions and 9 deletions
|
|
@ -1,16 +1,17 @@
|
|||
name: Test workflow
|
||||
|
||||
name: Pipeline joseph
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
verificacion:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Hello
|
||||
run: echo "Workflow funcionando"
|
||||
- uses: actions/checkout@v3
|
||||
- name: Mostrar info del entorno
|
||||
run: |
|
||||
echo "Push hecho por: ${{ github.actor }}"
|
||||
echo "Rama: ${{ github.ref }}"
|
||||
echo "Commit: ${{ github.sha }}"
|
||||
ls -la
|
||||
Loading…
Reference in a new issue