Skip to content

Commit 363d6f0

Browse files
committed
adding sleep
1 parent 9866d09 commit 363d6f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/wf_simple.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2020
- uses: actions/checkout@v4
2121

22+
- name: Go sleep for 10 seconds
23+
run: |
24+
echo "Going sleep..."
25+
sleep 10
26+
echo "Now, I am awake!"
27+
2228
# Runs a single command using the runners shell
2329
- name: Run a one-line script
2430
run: echo Hello, world!

0 commit comments

Comments
 (0)