Skip to content

Commit

Permalink
List files errors CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-434 committed Apr 7, 2024
1 parent 547483d commit 4e38cde
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
with:
name: dist

- name: List downloaded build artifacts
run: ls --recursive dist || echo "List files error"

- name: Run Prisma Extension tests
run: node --test
env:
Expand Down Expand Up @@ -96,7 +99,7 @@ jobs:
name: dist

- name: List downloaded build artifacts
run: ls --recursive ./dist
run: ls --recursive dist || echo "List files error"

- name: Create the npm package tarball
run: npm pack
Expand Down

0 comments on commit 4e38cde

Please sign in to comment.