Skip to content

Commit 1d2ab9d

Browse files
committed
debug failing tests in CI
1 parent 3d16345 commit 1d2ab9d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ jobs:
6060
id: checkout
6161
uses: actions/checkout@v4
6262

63+
- name: Debug
64+
shell: bash
65+
run: |
66+
ls -la node_modules/@actions/core
67+
rm -rf dist
68+
6369
- name: Setup Env
6470
id: setup-env
6571
uses: ./.github/actions/setup-env

0 commit comments

Comments
 (0)