Skip to content

Commit

Permalink
set AQUARIUS_URI again
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jun 17, 2021
1 parent c8fe30f commit e6e2ee0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
env:
ADDRESS_FILE: ${{ github.workspace }}/.ocean/ocean-contracts/artifacts/address.json
# AQUARIUS_URI: http://172.15.0.5:5000
AQUARIUS_URI: http://172.15.0.5:5000
# AQUARIUS_URI: http://127.0.0.1:5000

steps:
Expand Down
7 changes: 5 additions & 2 deletions test/integration/Assets.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,14 @@ describe('Assets', () => {
publishedDate,
timeout
)

ddo = await ocean.assets.create(metadata, alice, [service1])
assert.isDefined(ddo)
assert.isDefined(ddo.id)
assert(ddo !== null)
console.log(ddo)

// const storeTx = await ocean.onChainMetadata.publish(ddo.id, ddo, alice.getId())
// assert(storeTx)
// await waitForAqua(ocean, ddo.id)
})

it('should add allow credential', async () => {
Expand Down

0 comments on commit e6e2ee0

Please sign in to comment.