Skip to content

Commit

Permalink
added debug stage
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen committed Nov 6, 2024
1 parent 3c41df6 commit b3c4ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rpe_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
if: matrix.os == 'ubuntu-latest' && always()
run: |
ls -la
pwd
find . -type f -name "rpe.log" -exec cat {} +
cd $HOME && pwd
find $HOME -type f -name "rpe.log" -exec cat {} +
- name: Run ESLint only on ubuntu-latest
Expand Down

0 comments on commit b3c4ed9

Please sign in to comment.