From 3d3d8f7d75b26873e55b1753ad853fd60fed50b9 Mon Sep 17 00:00:00 2001 From: Yohann Parisien <128382290+yohannparisiendailymotion@users.noreply.github.com> Date: Sat, 24 Feb 2024 15:46:33 +0100 Subject: [PATCH] Update pwd.yml --- .github/workflows/pwd.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/pwd.yml b/.github/workflows/pwd.yml index de0f163..8ca3f4c 100644 --- a/.github/workflows/pwd.yml +++ b/.github/workflows/pwd.yml @@ -7,17 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Run LS 1 - run: ls -l - name: Change Directory - run: cd ./directory1 - - name: Run LS 2 - run: ls -l - - name: Return Previous - run: cd ../ - - name: Run LS 3 - run: ls -l + run: cd ./directory1 && ls -l - name: ReChange Directory - run: cd ./directory2 - - name: Run LS 4 - run: ls -l + run: cd ./directory2 && ls -l