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
before · .github/workflows/ci-master.yml
1name: master23on:4  pull_request:5    branches: [ 'master' ]6    types: [ opened, reopened, synchronize, ready_for_review ]78concurrency:9  group: ${{ github.workflow }}-${{ github.head_ref }}10  cancel-in-progress: true1112jobs:1314  unit-test:15    uses: ./.github/workflows/unit-test_v2.yml1617  node-only-update:18    uses: ./.github/workflows/node-only-update_v2.yml1920  forkless:21    if: ${{ contains( github.event.pull_request.labels.*.name, 'forkless') }}22    uses: ./.github/workflows/forkless.yml2324  canary:25    if: ${{ contains( github.event.pull_request.labels.*.name, 'canary') }}26    uses: ./.github/workflows/canary.yml27    secrets: inherit # pass all secrets2829  xcm:30    if: ${{ contains( github.event.pull_request.labels.*.name, 'xcm') }}31    uses: ./.github/workflows/xcm.yml32    secrets: inherit # pass all secrets3334  codestyle:35    uses: ./.github/workflows/codestyle_v2.yml
after · .github/workflows/ci-master.yml
1name: master23on:4  pull_request:5    branches: [ 'master' ]6    types: [ opened, reopened, synchronize, ready_for_review ]78concurrency:9  group: ${{ github.workflow }}-${{ github.head_ref }}10  cancel-in-progress: true1112jobs:1314  unit-test:15    uses: ./.github/workflows/unit-test_v2.yml1617  node-only-update:18    uses: ./.github/workflows/node-only-update_v2.yml1920  forkless:21    uses: ./.github/workflows/forkless.yml2223  canary:24    uses: ./.github/workflows/canary.yml25    secrets: inherit # pass all secrets2627  xcm:28    uses: ./.github/workflows/xcm.yml29    secrets: inherit # pass all secrets3031  codestyle:32    uses: ./.github/workflows/codestyle_v2.yml
modified.github/workflows/market-test_v2.ymldiffbeforeafterboth
--- a/.github/workflows/market-test_v2.yml
+++ b/.github/workflows/market-test_v2.yml
@@ -45,8 +45,7 @@
           repository: 'UniqueNetwork/market-e2e-tests'
           ssh-key: ${{ secrets.GH_PAT }}
           path: 'qa-tests'
-#          ref: 'master'
-          ref: 'ci_test_v2'
+          ref: 'master'
 
       - name: Read .env file
         uses: xom9ikk/dotenv@v1.0.2
modified.github/workflows/xcm-tests_v2.ymldiffbeforeafterboth
--- a/.github/workflows/xcm-tests_v2.yml
+++ b/.github/workflows/xcm-tests_v2.yml
@@ -13,12 +13,6 @@
 # A workflow run is made up of one or more jobs that can run sequentially or in parallel
 jobs:
 
-  xcm-build-results:
-    runs-on: medium
-    steps:
-      - name: print previous job results
-        run: echo ${{needs.xcm-testnet-build.result}}
-
   prepare-execution-marix:
 
     name: Prepare execution matrix