From ba44eca21d39631b5c05416aebbf27b49c8d0c7e Mon Sep 17 00:00:00 2001 From: Tim Dawson Date: Tue, 20 Jul 2021 01:42:00 +1200 Subject: [PATCH] Added workflow --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 288cd04..02ca23d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,3 +49,8 @@ jobs: env TEST_ZONE_NAME=example.com. gotestsum --junitfile /tmp/test-reports/unit-tests.xml - store_test_results: path: /tmp/test-reports + +workflows: + test_publish: + jobs: + - test