Commit 141f5f8e authored by acud's avatar acud Committed by GitHub

fix slash commands (#909)

parent 276f52e7
...@@ -109,13 +109,13 @@ jobs: ...@@ -109,13 +109,13 @@ jobs:
./beeinfra.sh install --local -r "${REPLICA}" --geth ./beeinfra.sh install --local -r "${REPLICA}" --geth
- name: Test gc - name: Test gc
id: gc-chunk id: gc-chunk
run: ./beekeeper check gc --api-scheme http --debug-api-scheme http --disable-namespace --debug-api-domain localhost --api-domain localhost --node-count "${REPLICA}" run: ./beekeeper check gc --db-capacity 2000 --api-scheme http --debug-api-scheme http --disable-namespace --debug-api-domain localhost --api-domain localhost --node-count "${REPLICA}"
- name: Test pin chunk - name: Test pin chunk
id: pin-chunk id: pin-chunk
run: ./beekeeper check pin-chunk --api-scheme http --debug-api-scheme http --disable-namespace --debug-api-domain localhost --api-domain localhost --node-count "${REPLICA}" run: ./beekeeper check pin-chunk --db-capacity 2000 --api-scheme http --debug-api-scheme http --disable-namespace --debug-api-domain localhost --api-domain localhost --node-count "${REPLICA}"
- name: Test pin bytes - name: Test pin bytes
id: pin-bytes id: pin-bytes
run: ./beekeeper check pin-bytes --api-scheme http --debug-api-scheme http --disable-namespace --debug-api-domain localhost --api-domain localhost --node-count "${REPLICA}" run: ./beekeeper check pin-bytes --db-capacity 2000 --api-scheme http --debug-api-scheme http --disable-namespace --debug-api-domain localhost --api-domain localhost --node-count "${REPLICA}"
- name: Debug workflow if failed - name: Debug workflow if failed
if: failure() if: failure()
run: | run: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment