just test 1.13
[akkoma] / .woodpecker / .test.yml
index e9d7f88b1164007ef88ad7524113862f1d36ec57..49681a3bb1f769a8aad91f8178ece35d1cafd311 100644 (file)
@@ -3,7 +3,6 @@ depends_on:
 
 matrix:
   ELIXIR_VERSION:
-  - 1.10
   - 1.13
 
 pipeline:
@@ -12,22 +11,11 @@ pipeline:
     environment:
       MIX_ENV: test
     commands:
-    - cp config/test.ci.exs config/test.secret.exs
     - mix local.hex --force
     - mix local.rebar --force
     - mix deps.get
     - mix compile
 
-  analyse:
-    group: test
-    image: pleromaforkci/ci-base:${ELIXIR_VERSION}
-    environment:
-      MIX_ENV: test
-    commands:
-    - mix local.hex --force
-    - mix local.rebar --force
-    - mix credo --strict --only=warnings,todo,fixme,consistency,readability
-
   test:
     group: test
     image: pleromaforkci/ci-base:${ELIXIR_VERSION}