diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a2f7eed7..21ffa421 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -106,7 +106,7 @@ jobs: ./trento-agent facts list --plugins-folder /tmp/plugins 2>&1 | grep -q "dummy" - name: run facts gather command run: | - ./trento-agent facts gather --gatherer dummy --argument 1 --plugins-folder /tmp/plugins 2>&1 | grep -q '\"Name\\\": \\\"1\\\"' + ./trento-agent facts gather --gatherer dummy --argument 1 --plugins-folder /tmp/plugins 2>&1 | grep -q 'Name: 1' build-static-binary: runs-on: ubuntu-20.04