File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 7777 - name : Run tests
7878 run : mix test --trace
7979
80- - name : Test installation as a dependency
81- run : mix test.as_a_dep
82-
8380 test-as-dep :
8481 name : Test installation as a dependency
8582 runs-on : ubuntu-latest
9996 - name : Test installation as a dependency
10097 run : mix test.as_a_dep
10198
99+ test-apps :
100+ name : Test installation as a dependency
101+ runs-on : ubuntu-latest
102+ env :
103+ MIX_ENV : test
104+ steps :
105+ - uses : actions/checkout@v4
106+
107+ - uses : erlef/setup-beam@v1
108+ with :
109+ version-type : strict
110+ version-file : " .tool-versions"
111+
112+ - name : Install dependencies
113+ run : mix deps.get
114+
115+ - name : Run tests on example apps
116+ run : mix test.apps
117+
102118 formatting :
103119 name : mix format --check-formatted
104120 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments