Skip to content

Commit

Permalink
Adapt dummy gatherer CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Jan 26, 2023
1 parent d6a0f88 commit feb8a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit feb8a54

Please sign in to comment.