diff --git a/.github/workflows/gateway-sharness.yml b/.github/workflows/gateway-sharness.yml index 6d4ef87..105d6ca 100644 --- a/.github/workflows/gateway-sharness.yml +++ b/.github/workflows/gateway-sharness.yml @@ -49,8 +49,5 @@ jobs: TEST_NODE_GWAY_MADDR: /ip4/127.0.0.1/tcp/60080 TEST_NODE_API_MADDR: /ip4/127.0.0.1/tcp/60050 TEST_GWAY_MADDR: /ip4/127.0.0.1/tcp/8083 - run: find . -maxdepth 1 -name "*gateway*.sh" ! -name "*t0400*.sh" ! -name "*t0111*.sh" -type f -print0 | xargs -0 -I {} bash -c "echo {}; {}" - working-directory: kubo/test/sharness - # - name: Run Kubo CLI Tests - # run: go test -v -run=Gateway . - # working-directory: kubo/test/cli \ No newline at end of file + run: find . -maxdepth 1 -name "*gateway*.sh" ! -name "*t0400*.sh" ! -name "*t0111*.sh" -type f -print0 | xargs -0 -I {} bash -c "echo {}; {} -v" + working-directory: kubo/test/sharness \ No newline at end of file