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 17e712b commit 8d17701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diamondEmergencyPause.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:

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

0 comments on commit 8d17701

Please sign in to comment.