diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yml similarity index 100% rename from .github/workflows/ci.yaml rename to .github/workflows/ci.yml diff --git a/test/version_match_test.exs b/test/version_match_test.exs index 9ef85ae..0204ac2 100644 --- a/test/version_match_test.exs +++ b/test/version_match_test.exs @@ -23,7 +23,7 @@ defmodule Zenohex.VersionMatchTest do end) ciyaml_versions_map = - File.read!(".github/workflows/ci.yaml") + File.read!(".github/workflows/ci.yml") |> String.split("\n") |> Enum.reduce(%{}, fn line, acc -> cond do