From ff12c274fdb74e9661e53a96ded8a04ff5b3bc19 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Fri, 29 Jul 2016 15:59:22 +0200 Subject: [PATCH] Specify resource path --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index bb401b092..b4520db06 100644 --- a/circle.yml +++ b/circle.yml @@ -33,4 +33,4 @@ dependencies: test: override: - - out/Atom-darwin-x64/Atom.app/Contents/MacOS/Atom --test spec + - out/Atom-darwin-x64/Atom.app/Contents/MacOS/Atom --resource-path $(pwd) --test spec