Skip to content

Commit

Permalink
🐛 Fix run cmd for cask test (#410)
Browse files Browse the repository at this point in the history
Signed-off-by: Preslav <[email protected]>
  • Loading branch information
preslavgerchev authored Jan 8, 2024
1 parent abebd0f commit 92ea891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-released-brew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
echo "package_version=${TRIMMED}" >> $GITHUB_OUTPUT
- name: Executing cnspec from Mondoo package....
run: |
version=$(${{ matrix.package }} version)
version=$(/Library/Mondoo/bin/cnspec version)
echo $version
echo $version | grep -q ${{ steps.version.outputs.package_version}}

0 comments on commit 92ea891

Please sign in to comment.