Skip to content

Commit

Permalink
itt all has to fail
Browse files Browse the repository at this point in the history
;
  • Loading branch information
cohenaj194 committed Jan 14, 2025
1 parent 3f188c9 commit ff86cf5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/lol-hackathoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
for ((i=1; i<=20; i++)); do
echo "lol hackathon – job1 iteration: $i"
done
exit 1
echo "Finishing massive text output for job1..."
job2:
Expand All @@ -51,6 +52,7 @@ jobs:
for ((i=1; i<=20; i++)); do
echo "lol hackathon – job2 iteration: $i"
done
exit 1
echo "Finishing massive text output for job2..."
job3:
Expand All @@ -72,6 +74,7 @@ jobs:
for ((i=1; i<=20; i++)); do
echo "lol hackathon – job3 iteration: $i"
done
exit 1
echo "Finishing massive text output for job3..."
job4:
Expand All @@ -93,6 +96,7 @@ jobs:
for ((i=1; i<=20; i++)); do
echo "lol hackathon – job4 iteration: $i"
done
exit 1
echo "Finishing massive text output for job4..."
job5:
Expand All @@ -114,6 +118,7 @@ jobs:
for ((i=1; i<=20; i++)); do
echo "lol hackathon – job5 iteration: $i"
done
exit 1
echo "Finishing massive text output for job5..."
job6:
Expand All @@ -135,6 +140,7 @@ jobs:
for ((i=1; i<=20; i++)); do
echo "lol hackathon – job6 iteration: $i"
done
exit 1
echo "Finishing massive text output for job6..."
job7:
Expand All @@ -155,6 +161,7 @@ jobs:
for ((i=1; i<=20; i++)); do
echo "lol hackathon – job7 iteration: $i"
done
exit 1
echo "Finishing massive text output for job7..."
job8:
Expand All @@ -175,6 +182,7 @@ jobs:
for ((i=1; i<=20; i++)); do
echo "lol hackathon – job8 iteration: $i"
done
exit 1
echo "Finishing massive text output for job8..."
job9:
Expand All @@ -195,6 +203,7 @@ jobs:
for ((i=1; i<=20; i++)); do
echo "lol hackathon – job9 iteration: $i"
done
exit 1
echo "Finishing massive text output for job9..."
job10:
Expand All @@ -215,6 +224,7 @@ jobs:
for ((i=1; i<=20; i++)); do
echo "lol hackathon – job10 iteration: $i"
done
exit 1
echo "Finishing massive text output for job10..."
# ---------------------------------------------------------------------------
Expand All @@ -239,6 +249,7 @@ jobs:
for ((i=1; i<=20; i++)); do
echo "lol hackathon – job11 iteration: $i"
done
exit 1
job12:
runs-on: ubuntu-latest
Expand All @@ -256,6 +267,8 @@ jobs:
for ((i=1; i<=20; i++)); do
echo "lol hackathon – job12 iteration: $i"
done
exit 1
exit 1
job13:
runs-on: ubuntu-latest
Expand All @@ -273,6 +286,8 @@ jobs:
for ((i=1; i<=20; i++)); do
echo "lol hackathon – job13 iteration: $i"
done
exit 1
exit 1
# ... Repeat all the way up to ...
#
Expand All @@ -292,3 +307,4 @@ jobs:
for ((i=1; i<=20; i++)); do
echo "lol hackathon – job100 iteration: $i"
done
exit 1

0 comments on commit ff86cf5

Please sign in to comment.