Skip to content

Commit 5b0d53c

Browse files
committed
test lower caser... smh
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" ```
1 parent 924c6c3 commit 5b0d53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
mix local.hex --force
4141
mix local.rebar --force
4242
mix deps.get
43-
MIX_ENV=TEST mix docs
43+
MIX_ENV=test mix docs
4444
4545
- name: Upload Docs
4646
id: docs

0 commit comments

Comments
 (0)