Skip to content

Commit

Permalink
pwd and ls
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Khare <[email protected]>
  • Loading branch information
khareyash05 committed Dec 16, 2024
1 parent 3ae28f9 commit 14feedc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
npm install -g @lhci/[email protected]
lhci autorun --config=lighthouserckeploy.json
- name: List Application Reports
run: ls -la ./lhci-reports/app/latest-run/
run: |
pwd
ls
ls -la ./lhci-reports/app/latest-run/
- name: List Keploy.io Reports
run: ls -la ./lhci-reports/keploy.io/latest-run/
Expand Down

0 comments on commit 14feedc

Please sign in to comment.