Skip to content

Commit

Permalink
chore(workflows/test): debug update
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Jun 8, 2024
1 parent 49cf6e0 commit 2255740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
CI: true
- name: DEBUG
run: ls -al ~/.cache/mongodb-binaries && ls -al ./node_modules/.cache/*
run: ls -al ~/.cache/mongodb-binaries && ls -al ./node_modules/.cache/* || exit 0
- name: Send codecov.io stats
if: matrix.node-version == '16.x'
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 2255740

Please sign in to comment.