From 229420a9c3a2fb9634a2fe2d06e403ee530ef5e0 Mon Sep 17 00:00:00 2001 From: Alex <12645087+lzadjsf@users.noreply.github.com> Date: Wed, 19 Oct 2022 12:11:16 +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,15 +1,11 @@ # Integration test in --dev mode -# https://cryptousetech.atlassian.net/browse/CI-12 +# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586411104/Integration+tests name: yarn test dev # Triger: only call from main workflow(re-usable workflows) on: workflow_call: - -#Define Workflow variables -env: - REPO_URL: ${{ github.server_url }}/${{ github.repository }} # A workflow run is made up of one or more jobs that can run sequentially or in parallel -- gitstuff