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 763dc88 commit 85ae356
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Start Scylla
run: /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
run: |
ls -l /
/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: |
echo "/usr/local/lib/erlang/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 85ae356

Please sign in to comment.