Skip to content

Commit

Permalink
[CI] Run test job with long wait
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed May 20, 2024
1 parent e817705 commit 60dcf85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ jobs:
steps:
- name: Test
run: |
date
echo "Hello world"
sleep 7200 # 2 hours
date

0 comments on commit 60dcf85

Please sign in to comment.