Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroGlezC authored Jun 6, 2024
1 parent 7646931 commit 613f94a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ jobs:
run: npm run test:coverage
working-directory: syg-frontend

# # Debug: Echo the contents of the directories
# - name: Echo Backend Directory
# run: ls -R syg-backend
# Debug: Echo the contents of the directories
- name: Echo Backend Directory
run: ls -R syg-backend

# - name: Echo Frontend Directory
# run: ls -R syg-frontend
- name: Echo Frontend Directory
run: ls -R syg-frontend

# Copy coverage reports to a common directory if needed
- name: Prepare Coverage Reports
Expand Down

0 comments on commit 613f94a

Please sign in to comment.