Skip to content
Snippets Groups Projects
Verified Commit 6cc86459 authored by micah's avatar micah :speech_balloon:
Browse files

CI: Change the soledad test to run before webapp

It is more useful to check to see if Soledad is running before running the
webapp tests that require soledad to be running.
parent 67b73969
Branches
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ require 'json' ...@@ -4,6 +4,7 @@ require 'json'
class Webapp < LeapTest class Webapp < LeapTest
depends_on "Network" depends_on "Network"
depends_on "Soledad"
def setup def setup
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment