We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f622a42 commit 4574a4eCopy full SHA for 4574a4e
.github/workflows/reactjs_ci_cd.yml
@@ -19,6 +19,8 @@ jobs:
19
run: |
20
echo "Current working directory:"
21
pwd # This prints the current directory to the logs, confirming we're in the root
22
+ echo "Listing directories and files:"
23
+ ls -la # List all files and directories, including hidden ones
24
25
- name: Set up Node.js
26
uses: actions/setup-node@v4
0 commit comments