Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
- name: Run Barge
working-directory: ${{ github.workspace }}/barge
run: |
export NODE_VERSION=pr-973
bash -x start_ocean.sh --with-typesense 2>&1 > start_ocean.log &
- run: npm ci
- run: npm run build
Expand Down
10 changes: 8 additions & 2 deletions metadata/simpleComputeDataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,14 @@
"compute": {
"allowRawAlgorithm": false,
"allowNetworkAccess": true,
"publisherTrustedAlgorithmPublishers": ["*"],
"publisherTrustedAlgorithms": ["*"]
"publisherTrustedAlgorithmPublishers": ["*"],
"publisherTrustedAlgorithms": [
{
"did": "*",
"filesChecksum": "*",
"containerSectionChecksum": "*"
}
]
}
}
],
Expand Down
Loading