From 151b57cbf0f3f80ae3bb5f78cdb4ff5ee4f63818 Mon Sep 17 00:00:00 2001 From: Alex <12645087+lzadjsf@users.noreply.github.com> Date: Wed, 19 Oct 2022 08:58:21 +0000 Subject: [PATCH] Update market-test_v2.yml --- --- a/.github/workflows/market-test_v2.yml +++ b/.github/workflows/market-test_v2.yml @@ -1,3 +1,6 @@ +#https://cryptousetech.atlassian.net/browse/CI-37 +# Nested workflow for lunching Market e2e tests from external repository https://github.com/UniqueNetwork/market-e2e-tests + name: market api tests # Controls when the action will run. @@ -22,14 +25,8 @@ include: - network: "opal" features: "opal-runtime" -# - network: "quartz" -# features: "quartz-runtime" -# - network: "unique" -# features: "unique-runtime" steps: - - - name: Clean Workspace uses: AutoModality/action-clean@v1.1.0 @@ -188,10 +185,3 @@ run: | docker builder prune -f docker system prune -f - - - name: Clean Workspace - if: always() - uses: AutoModality/action-clean@v1.1.0 - - - -- gitstuff