git.delta.rocks / unique-network / refs/commits / 229420a9c3a2

difftreelog

Update dev-build-tests_v2.yml

Alex2022-10-19parent: #59a4694.patch.diff
in: master

1 file changed

modified.github/workflows/dev-build-tests_v2.ymldiffbeforeafterboth
1# Integration test in --dev mode1# Integration test in --dev mode
2# https://cryptousetech.atlassian.net/browse/CI-122# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586411104/Integration+tests
3name: yarn test dev3name: yarn test dev
44
5# Triger: only call from main workflow(re-usable workflows)5# Triger: only call from main workflow(re-usable workflows)
6on:6on:
7 workflow_call:7 workflow_call:
88
99
10#Define Workflow variables10
11env:11# A workflow run is made up of one or more jobs that can run sequentially or in parallel
12 REPO_URL: ${{ github.server_url }}/${{ github.repository }}
13
14
15# A workflow run is made up of one or more jobs that can run sequentially or in parallel
16jobs:12jobs:
17 13
18 dev_build_int_tests:14 dev_build_int_tests: