This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-cassandra.git
commit 81308c4820964725814890559e15de47c8d33317 Author: Matthew de Detrich <[email protected]> AuthorDate: Tue Nov 15 14:25:41 2022 +0100 Remove circleci config (#4) --- .circleci/config.yml | 45 --------------------------------------------- 1 file changed, 45 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index e0b3337..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,45 +0,0 @@ -version: 2 -jobs: - build: - working_directory: ~/repo - - environment: - TERM: dumb - CASSANDRA_MODE: external - AKKA_TEST_TIMEFACTOR: 10 - - docker: - - image: bartektomala/scala-sbt:8u181_2.12.6_0.13.17 - - - image: scylladb/scylla:2.2.0 - command: --listen-address 0.0.0.0 --broadcast-rpc-address 0.0.0.0 --experimental 1 - - steps: - - checkout - - - restore_cache: - name: Restoring sbt cache - keys: - - sbt - - - run: - name: Update sbt cache - command: sbt update - - - save_cache: - name: Save updated sbt cache - key: sbt - paths: - - "/root/.sbt" - - "/root/.ivy2" - - - run: - name: tests - command: | - sbt ';set testOptions in Global += Tests.Argument(TestFrameworks.ScalaTest, "-u", "./target/xml-reports/scylladb");test' - - - store_test_results: - path: ./target/xml-reports - - - store_artifacts: - path: ./target/test-reports \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
