This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
name: Teste CI Avanzato
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
teste:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Exibir mensagem
|
||||||
|
run: |
|
||||||
|
echo "CI/CD Avanzato funcionando"
|
||||||
|
uname -a
|
||||||
|
docker --version
|
||||||
Reference in New Issue
Block a user