Skip to content

Commit

Permalink
Update pwd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yohannparisiendailymotion authored Feb 24, 2024
1 parent 0475a6c commit 3d3d8f7
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/pwd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3d3d8f7

Please sign in to comment.