git.delta.rocks / unique-network / refs/commits / 2df3f6b6e145

difftreelog

Merge pull request #1031 from UniqueNetwork/fix/node-only-tests

Yaroslav Bolyukin2023-11-14parents: #2ff692c #538026a.patch.diff
in: master
set correct mainnet.branch for node-only tests

1 file changed

modified.github/workflows/node-only-update.ymldiffbeforeafterboth
137 - name: Checkout at '${{ matrix.mainnet_branch }}' branch137 - name: Checkout at '${{ matrix.mainnet_branch }}' branch
138 uses: actions/checkout@master138 uses: actions/checkout@master
139 with:139 with:
140 #ref: ${{ github.head_ref }}
140 ref: ${{ github.head_ref }}141 ref: ${{ matrix.mainnet_branch }} #Checking out head commit
141 # ref: ${{ matrix.mainnet_branch }} #Checking out head commit
142 path: ${{ matrix.mainnet_branch }}142 path: ${{ matrix.mainnet_branch }}
143143
144 - uses: actions/setup-node@v3.5.1144 - uses: actions/setup-node@v3.5.1