git.delta.rocks / unique-network / refs/commits / 465abfc9e53e

difftreelog

fix xnft tests report

Daniel Shiposha2023-11-10parent: #ada7374.patch.diff
in: master

1 file changed

modified.github/workflows/xnft.ymldiffbeforeafterboth
201 if: success() || failure()201 if: success() || failure()
202 with:202 with:
203 name: XNFT Tests ${{ matrix.network }}203 name: XNFT Tests ${{ matrix.network }}
204 path: tests/mochawesome-report/test-*.json204 path: xnft-tests/mochawesome-report/test-*.json
205 reporter: mochawesome-json205 reporter: mochawesome-json
206 fail-on-error: 'false'206 fail-on-error: 'false'
207207