chore: remove test runner
This commit is contained in:
parent
e28806fec2
commit
5534a0b1b3
1 changed files with 0 additions and 10 deletions
|
|
@ -1,10 +0,0 @@
|
|||
name: Teste de Conexão
|
||||
on: [push]
|
||||
jobs:
|
||||
exemplo-job:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checagem
|
||||
run: echo "O Runner na minha VPS está funcionando perfeitamente!"
|
||||
- name: Listar arquivos
|
||||
run: ls -la
|
||||
Loading…
Reference in a new issue