chore: add debugging step to list files in the frontend directory
This commit is contained in:
@@ -28,6 +28,9 @@ jobs:
|
|||||||
key: ${{ runner.os }}-bun-${{ hashFiles('frontend/bun.lockb') }}
|
key: ${{ runner.os }}-bun-${{ hashFiles('frontend/bun.lockb') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-bun-
|
${{ runner.os }}-bun-
|
||||||
|
|
||||||
|
- name: Ls that shit
|
||||||
|
run: ls -lah
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user