Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Jul 25, 2024
1 parent 96a2748 commit bc536e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/diamondEmergencyPause.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
# - name: Debug - Print current directory
# run: pwd

- name: Debug - Check ./script/tasks/diamondEMERGENCYPause2.sh existence
run: |
if [ -f ./script/tasks/diamondEMERGENCYPause2.sh ]; then
echo "./script/tasks/diamondEMERGENCYPause2.sh exists"
else
echo "./script/tasks/diamondEMERGENCYPause2.sh does not exist"
fi
- name: Debug - Check script/tasks/diamondEmergencyPause.sh existence
run: |
if [ -f script/tasks/diamondEmergencyPause.sh ]; then
Expand Down

0 comments on commit bc536e4

Please sign in to comment.