common-workflow-language / common-workflow-language/cwlviewer

document running mvn test + docker compose

オープン
#322 コメント 19 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Java
スター
52
フォーク
29
平均マージ
5時間 12分
マージ済み PR(30日)
6

説明

``` diff
diff --git a/docker-compose.yml b/docker-compose.yml
index d0d8d6e..6bd31ae 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -38,6 +38,8 @@ services:
restart: always
image: mongo:3.4
command: mongod --setParameter="internalQueryExecMaxBlockingSortBytes=335544320"
+ ports:
+ - "27017:27017"
volumes:
- type: volume
source: mongo
@@ -45,8 +47,8 @@ services:
sparql:
restart: always
## For debugging, expose the Fuseki port by enabling:
-# ports:
-# - "3030:3030"
+ ports:
+ - "3030:3030"
## To find the admin password, try:
## docker-compose exec sparql grep admin /fuseki/shiro.ini
image: stain/jena-fuseki:3.4.0
```

```
docker compose down
docker compose up

# in a new terminal
mvn test
```

Can this be done without editing `docker-compose.yml`?

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。