This commit is contained in:
@@ -10,11 +10,16 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Check Server
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Test Runner
|
|
||||||
run: |
|
run: |
|
||||||
echo "Runner funcionando!"
|
|
||||||
pwd
|
pwd
|
||||||
ls -la
|
|
||||||
|
ls -la /
|
||||||
|
|
||||||
|
ls -la /home || true
|
||||||
|
|
||||||
|
ls -la /home/ubuntu || true
|
||||||
|
|
||||||
|
ls -la /home/ubuntu/repos || true
|
||||||
|
|
||||||
|
ls -la /home/ubuntu/repos/portfolio || true
|
||||||
|
|||||||
Reference in New Issue
Block a user