-
Notifications
You must be signed in to change notification settings - Fork 16
Conversation
Codecov Report
@@ Coverage Diff @@
## master #279 +/- ##
=======================================
Coverage 34.24% 34.24%
=======================================
Files 10 10
Lines 1384 1384
=======================================
Hits 474 474
Misses 868 868
Partials 42 42 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
a427aa9
to
18864ba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
18864ba
to
5fdb974
Compare
Fixed. Shifted the string: |
2ade056
to
391b99b
Compare
Signed-off-by: Maksim Gelbakhiani <[email protected]>
391b99b
to
11797ce
Compare
env: | ||
TEST_RESULTS_PASSWORD: ${{ secrets.TEST_RESULTS_PASSWORD }} | ||
TEST_RESULTS_NEOFS_NETWORK_DOMAIN: ${{ vars.TEST_RESULTS_NEOFS_NETWORK_DOMAIN }} | ||
TEST_RESULTS_CID: ${{ vars.TEST_RESULTS_CID }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cmd: NEOFS_CLI_PASSWORD=*** neofs-cli --rpc-endpoint st1.storage.fs.neo.org:8080 --wallet wallet.json object put --cid _ --timeout 600s --expire-at 18511 --file /home/runner/work/neofs-http-gw/neofs-http-gw/neofs-testcases/combine/complete.html --attributes RunNumber=7-1695717445,FilePath=7-1695717445/index.html
--cid _
Instead of the "_" character there should be a valid CID, for example "HXSaMJXk2g8C14ht8HSi7BBaiYZ1HeWh2xnWPGQCg4H6".
This must be changed in the project settings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a task for @roman-khimov to add a valid container and wallet for MainNet before merging the PR.
Workflow for neofs-testcases.
Before merging the PR we'll need to add TEST_RESULTS_CID variable to GH and the secrets.