This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```bash | |
running 101 tests | |
test canonical::formatter::test::ascii_control_characters ... ok | |
test canonical::formatter::test::ordered_nested_object ... ok | |
test canonical::formatter::test::securesystemslib_asserts ... ok | |
test cob::identity::test::test_ordering ... ok | |
test cob::common::test::test_color ... ok | |
test cob::issue::test::test_issue_create_and_get ... ok | |
test cob::issue::test::test_issue_create_and_unassign ... ok |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.8' | |
services: | |
boards: | |
build: | |
dockerfile: ./Containerfile | |
context: ./radicle-planning-boards/ | |
environment: | |
NUXT_PUBLIC_PARENT_ORIGIN: http://localhost:3080 | |
ports: |
OlderNewer