Noah Settersten commited on
Commit
5d5de45
·
1 Parent(s): af27658

ci: Set MIX_ENV to test in lint workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/lint.yml +3 -0
.github/workflows/lint.yml CHANGED
@@ -6,6 +6,9 @@ on:
6
  pull_request:
7
  branches: ["main"]
8
 
 
 
 
9
  jobs:
10
  lint:
11
  name: Lint codebase
 
6
  pull_request:
7
  branches: ["main"]
8
 
9
+ env:
10
+ MIX_ENV: test
11
+
12
  jobs:
13
  lint:
14
  name: Lint codebase