mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-03 22:13:10 +00:00
adds ES_HOST env var
This commit is contained in:
parent
e70b15209f
commit
61202a46b2
1
.github/workflows/trace-contract.yaml
vendored
1
.github/workflows/trace-contract.yaml
vendored
@ -14,6 +14,7 @@ env:
|
||||
OUTPUT_FOLDER: "/tmp"
|
||||
ES_USERNAME: ${{ secrets.ES_USERNAME }}
|
||||
ES_PASSWORD: ${{ secrets.ES_PASSWORD }}
|
||||
ES_HOST: ${{ secrets.ES_HOST }}
|
||||
|
||||
jobs:
|
||||
run_tests:
|
||||
|
||||
@ -85,7 +85,7 @@ namespace WebUtils
|
||||
var result = Deserialize<TResponse>(response);
|
||||
if (result == null) throw new Exception("Failed to deserialize response");
|
||||
return result;
|
||||
}, $"HTTO-POST-JSON: {route}");
|
||||
}, $"HTTP-POST-JSON: {route}");
|
||||
}
|
||||
|
||||
public string HttpPostStream(string route, Stream stream)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user