Skip to content

Commit

Permalink
debug failing tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tranhl committed Mar 24, 2024
1 parent 3d16345 commit 1d2ab9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ jobs:
id: checkout
uses: actions/checkout@v4

- name: Debug
shell: bash
run: |
ls -la node_modules/@actions/core
rm -rf dist
- name: Setup Env
id: setup-env
uses: ./.github/actions/setup-env
Expand Down

0 comments on commit 1d2ab9d

Please sign in to comment.