From c37d94501e318d220d1e72c2d6d10667f6fd6202 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Thu, 16 May 2024 17:10:59 -0400 Subject: [PATCH] Remove now redundant duplicate CI job --- .cirrus.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 322fbd9..8854de4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,12 +1,3 @@ -Test_task: - container: - image: node:latest - Yarn_cache: - folder: .yarn/cache - Populate_script: yarn - Build_script: yarn build - Run_Tests_script: yarn test - Publish_task: only_if: $CIRRUS_TAG != '' env: