Skip to content

Commit

Permalink
Add networks.json to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
q-uint committed Mar 23, 2024
1 parent d790ae4 commit 1205f48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
- uses: aviate-labs/[email protected]
with:
dfx-version: 0.18.0
- run: mv ic/testdata/networks.json $HOME/.config/dfx/networks.json
- run: make test
5 changes: 5 additions & 0 deletions ic/testdata/networks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"local": {
"bind": "127.0.0.1:8080"
}
}

0 comments on commit 1205f48

Please sign in to comment.