Skip to content

Commit 4f640e7

Browse files
authored
Update echo.yml
make it sleep
1 parent 166d4d4 commit 4f640e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/echo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
1515
- name: List files in the repository
1616
run: |
17+
sleep 50
1718
ls ${{ github.workspace }}
1819
- run: echo "🍏 This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)