Skip to content

Avoid flakey tests

Avoid flakey tests #18

Triggered via pull request April 17, 2024 06:08
Status Success
Total duration 46s
Artifacts

CI.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Elixir 1.12 / OTP 24.3.4 / NATS 2.10.0
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Elixir 1.12 / OTP 24.3.4 / NATS 2.10.0
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Elixir 1.16.2 / OTP 26.2.4 / NATS 2.10.14
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Elixir 1.16.2 / OTP 26.2.4 / NATS 2.10.14
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Elixir 1.16.2 / OTP 26.2.4 / NATS 2.10.14
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Elixir 1.16.2 / OTP 26.2.4 / NATS 2.10.14
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Elixir main / OTP 24.3.4 / NATS latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Elixir main / OTP 24.3.4 / NATS latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Elixir main / OTP 24.3.4 / NATS latest
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
Elixir main / OTP 24.3.4 / NATS latest
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of your mix.exs
Elixir main / OTP 24.3.4 / NATS latest
using map.field notation (without parens) to invoke function Mix.Shell.IO.print_app() is deprecated, you must add parens instead: remote.function()