emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/yasnippet-snippets 6479b9c 5/9: run tests


From: ELPA Syncer
Subject: [nongnu] elpa/yasnippet-snippets 6479b9c 5/9: run tests
Date: Tue, 17 Aug 2021 16:57:38 -0400 (EDT)

branch: elpa/yasnippet-snippets
commit 6479b9ce1e0293e485d1d244eb74bf534518f506
Author: Andrea Crotti <andrea.crotti.0@gmail.com>
Commit: Andrea Crotti <andrea.crotti.0@gmail.com>

    run tests
---
 .circleci/config.yml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index af2b26b..646fef2 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -10,12 +10,7 @@ jobs:
       # specify the version you desire here
       - image: circleci/clojure:lein-2.9.5
 
-      # Specify service dependencies here if necessary
-      # CircleCI maintains a library of pre-built images
-      # documented at https://circleci.com/docs/2.0/circleci-images/
-      # - image: circleci/postgres:9.4
-
-    working_directory: ~/repo
+    working_directory: ~/yasnippet-snippets/report
 
     environment:
       LEIN_ROOT: "true"
@@ -24,8 +19,6 @@ jobs:
 
     steps:
       - checkout
-
-      # Download and cache dependencies
       - restore_cache:
           keys:
             - v1-dependencies-{{ checksum "project.clj" }}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]