From 096cc5812eabcc941a57ae8ad499314fb885d1b2 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Fri, 15 Aug 2025 11:15:18 +0200 Subject: [PATCH] test lower caser... smh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's hot. Am not very smart. ``` ➜ elixir-common git:(main) MIX_ENV=TEST mix docs Generated together app ** (Mix) The task "docs" could not be found. Did you mean "do"? ➜ elixir-common git:(main) MIX_ENV=test mix docs Generating docs... View "html" docs at "doc/index.html" ``` --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9f7075..bfdb60f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: mix local.hex --force mix local.rebar --force mix deps.get - MIX_ENV=TEST mix docs + MIX_ENV=test mix docs - name: Upload Docs id: docs