# Help with CI not running

**URL:** https://discourse.julialang.org/t/help-with-ci-not-running/90152
**Category:** General Usage
**Created:** [November 12, 2022, 6:42am UTC](https://discourse.julialang.org/t/help-with-ci-not-running/90152 "2022-11-12T06:42:49Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Lilith](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lilith/32/27492_2.png) [@Lilith](https://discourse.julialang.org/u/Lilith)
#### Post date: [November 12, 2022, 6:42am UTC](https://discourse.julialang.org/t/help-with-ci-not-running/90152/1 "2022-11-12T06:42:49Z")

</div>

When I started testing a package on Julia version 1, CI stopped running, with no apparent error message.

> **[Commits · LilithHafner/ExtendedDates.jl](https://github.com/LilithHafner/ExtendedDates.jl/commits/main)**
>
> Extensions to Dates.jl for the Dynare ecosystem. Contribute to LilithHafner/ExtendedDates.jl development by creating an account on GitHub.

Does anybody know what is going on here?

---

<div class="post-metadata">

### Author: ![odow](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/odow/32/28685_2.png) [@odow](https://discourse.julialang.org/u/odow)
#### Post date: [November 12, 2022, 6:47am UTC](https://discourse.julialang.org/t/help-with-ci-not-running/90152/2 "2022-11-12T06:47:40Z")

</div>

There is an error in your yaml

> <https://github.com/LilithHafner/ExtendedDates.jl/actions/runs/3449278754/workflow>

---

<div class="post-metadata">

### Author: ![Lilith](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lilith/32/27492_2.png) [@Lilith](https://discourse.julialang.org/u/Lilith)
#### Post date: [November 12, 2022, 7:02am UTC](https://discourse.julialang.org/t/help-with-ci-not-running/90152/3 "2022-11-12T07:02:07Z")

</div>

Thank you for the answer and for linking to the page where I can find it in the future.
