diff --git a/.circleci/config.yml b/.circleci/config.yml index 2af8879..555e2de 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,13 +30,8 @@ jobs: name: Run All Checks command: ./gradlew check - - run: - name: Save Test Results - command: | - mkdir -p ~/test - cp -a build/reports/tests/test/. ~/test - when: always - - store_test_results: - path: ~/test - store_artifacts: - path: ~/test \ No newline at end of file + path: build/reports/ + destination: reports + - store_test_results: + path: build/reports/tests/test \ No newline at end of file diff --git a/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.class b/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.class new file mode 100644 index 0000000..4da25d2 Binary files /dev/null and b/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.class differ