Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/commit/885a9571971ef981f8aa0876d406785f58560ed0?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/132/head
Jason Kulatunga 4 years ago
parent bc444918da
commit 885a957197

@ -18,10 +18,13 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Test - name: Test
run: | run: |
ls -alt ${GITHUB_WORKSPACE}
go mod vendor go mod vendor
go test -race -coverprofile=coverage.txt -covermode=atomic -v -tags "static" $(go list ./... | grep -v /vendor/) go test -race -coverprofile=coverage.txt -covermode=atomic -v -tags "static" $(go list ./... | grep -v /vendor/)
- name: Build Binaries - name: Build Binaries
run: | run: |
ls -alt ${GITHUB_WORKSPACE}
make all make all
- name: Archive - name: Archive

Loading…
Cancel
Save