Aleh Atsman

Results 15 comments of Aleh Atsman

any plans on this?

Hi, i found that i can emulate such feature by using "filters" configuration option. ```clojure (deftask integration-test "Runs integration tests" [] (comp (environ :env {:http-port "9000" :database-url "jdbc:postgresql://localhost:32768/test?user=postgres&password=postgres"}) (test :filters...

Hi, Thank you for so quick reply. Let me describe my use case. I want to pull new version or use existing. Then on build step, I need to have...