Skip to content

Instantly share code, notes, and snippets.

@goldbergyoni
Created October 31, 2019 16:40
Show Gist options
  • Select an option

  • Save goldbergyoni/a097bd341a066909c666d4a2a0aba003 to your computer and use it in GitHub Desktop.

Select an option

Save goldbergyoni/a097bd341a066909c666d4a2a0aba003 to your computer and use it in GitHub Desktop.
DB down if CI
afterAll(() => {
if (isCI) {
dockerCompose.down();
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment