Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Mar 18, 2024
1 parent 85ae356 commit 45a9edc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- name: Start Scylla
run: |
ls -l /
cat docker-entrypoint.py
python3 docker-entrypoint.py
/usr/bin/scylla --log-to-syslog 0 --log-to-stdout 1 --default-log-level info --network-stack posix --developer-mode=1 --overprovisioned --listen-address 192.168.215.2 --rpc-address 192.168.215.2 --seed-provider-parameters seeds=192.168.215.2 --alternator-address 192.168.215.2 --blocked-reactor-notify-ms 999999999
- name: Set Path
run: |
Expand Down

0 comments on commit 45a9edc

Please sign in to comment.