From 2df3f6b6e145b89cc937a5fe8e2cad8c70a5cfe6 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Tue, 14 Nov 2023 09:17:51 +0000 Subject: [PATCH] Merge pull request #1031 from UniqueNetwork/fix/node-only-tests set correct mainnet.branch for node-only tests --- --- a/.github/workflows/node-only-update.yml +++ b/.github/workflows/node-only-update.yml @@ -137,8 +137,8 @@ - name: Checkout at '${{ matrix.mainnet_branch }}' branch uses: actions/checkout@master with: - ref: ${{ github.head_ref }} - # ref: ${{ matrix.mainnet_branch }} #Checking out head commit + #ref: ${{ github.head_ref }} + ref: ${{ matrix.mainnet_branch }} #Checking out head commit path: ${{ matrix.mainnet_branch }} - uses: actions/setup-node@v3.5.1 -- gitstuff