Changeset: 3f9079287768 for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java/rev/3f9079287768
Modified Files:
        .github/workflows/macos.yml
Branch: default
Log Message:

No docker on macOS


diffs (27 lines):

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -11,14 +11,15 @@ jobs:
 
     runs-on: macos-latest
 
-    services:
-      monetdb_container:
-        image: monetdb/monetdb:latest
-        env:
-          MDB_DAEMON_PASS: monetdb
-          MDB_DB_ADMIN_PASS: monetdb
-        ports:
-          - 50000:50000
+#    services:
+#      monetdb_container:
+#        image: monetdb/monetdb:latest
+#        env:
+#          MDB_DAEMON_PASS: monetdb
+#          MDB_DB_ADMIN_PASS: monetdb
+#        ports:
+#          - 50000:50000
+# Error: docker: command not found
 
     steps:
     - uses: actions/checkout@v6
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to