From ef903e501305e13ab30555955e3fd53eaa9e924a Mon Sep 17 00:00:00 2001 From: Alex <12645087+lzadjsf@users.noreply.github.com> Date: Wed, 19 Oct 2022 08:42:47 +0000 Subject: [PATCH] Update dev-build-tests_v2.yml --- --- a/.github/workflows/dev-build-tests_v2.yml +++ b/.github/workflows/dev-build-tests_v2.yml @@ -1,8 +1,9 @@ +# Integration test in --dev mode +# https://cryptousetech.atlassian.net/browse/CI-12 name: yarn test dev -# Controls when the action will run. +# Triger: only call from main workflow(re-usable workflows) on: - # Triggers the workflow on push or pull request events but only for the master branch workflow_call: @@ -101,4 +102,4 @@ run: | docker builder prune -f -a docker system prune -f - docker image prune -f -a \ No newline at end of file + docker image prune -f -a -- gitstuff