try fixing path
This commit is contained in:
parent
40599c6acf
commit
da8210d66a
2 changed files with 3 additions and 1 deletions
2
.github/workflows/build-test-release.yml
vendored
2
.github/workflows/build-test-release.yml
vendored
|
@ -26,4 +26,4 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: lbry-id
|
name: lbry-id
|
||||||
path: lbry-id
|
path: ./lbry-id
|
||||||
|
|
|
@ -63,6 +63,8 @@ func TestServerGetWallet(t *testing.T) {
|
||||||
for _, tc := range tt {
|
for _, tc := range tt {
|
||||||
t.Run(tc.name, func(t *testing.T) {
|
t.Run(tc.name, func(t *testing.T) {
|
||||||
|
|
||||||
|
t.Errorf("lol.")
|
||||||
|
|
||||||
testAuth := TestAuth{}
|
testAuth := TestAuth{}
|
||||||
testStore := TestStore{
|
testStore := TestStore{
|
||||||
TestAuthToken: auth.AuthToken{
|
TestAuthToken: auth.AuthToken{
|
||||||
|
|
Loading…
Reference in a new issue