Skip to content

Commit

Permalink
add test yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Aikawa committed Jul 26, 2024
1 parent 36abfd1 commit 884b888
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test_yamls/test_k8s_logs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: test-k8s-logs

run: |
for i in $(seq 1 9)
do
echo "$i"
sleep 0.1
done

0 comments on commit 884b888

Please sign in to comment.