From 3ae89155b16d220b785da131813e491da8ee799a Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Tue, 13 Sep 2022 14:58:14 +0000 Subject: [PATCH] define additional step for checkout repo at mainnet branch --- --- a/.github/workflows/node-only-update_v2.yml +++ b/.github/workflows/node-only-update_v2.yml @@ -156,8 +156,15 @@ exit 0 shell: bash + - name: Checkout at '${{ matrix.mainnet_branch }}' branch + uses: actions/checkout@master + with: + ref: ${{ matrix.mainnet_branch }} #Checking out head commit + path: ${{ matrix.mainnet_branch }} + + - name: Run tests before Node Parachain upgrade - working-directory: tests + working-directory: ${{ matrix.mainnet_branch }}/tests run: | yarn install yarn add mochawesome -- gitstuff