git.delta.rocks / unique-network / refs/commits / 3fb50d2df515

difftreelog

fix small make up

Alexander Aksenov2022-09-14parent: #2a07d1e.patch.diff
in: master

3 files changed

modified.github/workflows/ci-master.ymldiffbeforeafterboth
18 uses: ./.github/workflows/node-only-update_v2.yml18 uses: ./.github/workflows/node-only-update_v2.yml
1919
20 forkless:20 forkless:
21 if: ${{ contains( github.event.pull_request.labels.*.name, 'forkless') }}
22 uses: ./.github/workflows/forkless.yml21 uses: ./.github/workflows/forkless.yml
2322
24 canary:23 canary:
25 if: ${{ contains( github.event.pull_request.labels.*.name, 'canary') }}
26 uses: ./.github/workflows/canary.yml24 uses: ./.github/workflows/canary.yml
27 secrets: inherit # pass all secrets25 secrets: inherit # pass all secrets
2826
29 xcm:27 xcm:
30 if: ${{ contains( github.event.pull_request.labels.*.name, 'xcm') }}
31 uses: ./.github/workflows/xcm.yml28 uses: ./.github/workflows/xcm.yml
32 secrets: inherit # pass all secrets29 secrets: inherit # pass all secrets
3330
modified.github/workflows/market-test_v2.ymldiffbeforeafterboth
45 repository: 'UniqueNetwork/market-e2e-tests'45 repository: 'UniqueNetwork/market-e2e-tests'
46 ssh-key: ${{ secrets.GH_PAT }}46 ssh-key: ${{ secrets.GH_PAT }}
47 path: 'qa-tests'47 path: 'qa-tests'
48# ref: 'master'
49 ref: 'ci_test_v2'48 ref: 'master'
5049
51 - name: Read .env file50 - name: Read .env file
52 uses: xom9ikk/dotenv@v1.0.251 uses: xom9ikk/dotenv@v1.0.2
modified.github/workflows/xcm-tests_v2.ymldiffbeforeafterboth
13# A workflow run is made up of one or more jobs that can run sequentially or in parallel13# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14jobs:14jobs:
15
16 xcm-build-results:
17 runs-on: medium
18 steps:
19 - name: print previous job results
20 run: echo ${{needs.xcm-testnet-build.result}}
2115
22 prepare-execution-marix:16 prepare-execution-marix:
2317