Commit 67a4212e authored by Anatolie Lupacescu's avatar Anatolie Lupacescu Committed by GitHub

fix: enable light node test (#1978)

parent 47b4a0ed
...@@ -77,6 +77,9 @@ jobs: ...@@ -77,6 +77,9 @@ jobs:
- name: Test pushsync (chunks) - name: Test pushsync (chunks)
id: pushsync-chunks-1 id: pushsync-chunks-1
run: beekeeper check --cluster-name local-dns --checks=ci-pushsync-chunks run: beekeeper check --cluster-name local-dns --checks=ci-pushsync-chunks
- name: Test pushsync (light mode chunks)
id: pushsync-chunks-2
run: beekeeper check --cluster-name local-dns --checks=ci-pushsync-light-chunks
- name: Test retrieval - name: Test retrieval
id: retrieval-1 id: retrieval-1
run: beekeeper check --cluster-name local-dns --checks=ci-retrieval run: beekeeper check --cluster-name local-dns --checks=ci-retrieval
......
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