Skip to content

Commit

Permalink
fix(ci): add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kalvn committed Jan 6, 2025
1 parent ff7ca38 commit a3cc53f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
with:
path: extensions

- name: Debug
run: |
ls -al
ls -al extensions
- name: Cache Composer dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit a3cc53f

Please sign in to comment.