Skip to content

Commit

Permalink
fix: remove verbose parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinmann authored Apr 9, 2024
1 parent 7fecade commit d476e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
sed -i "s,url: github:kellerkinderDE/devenv-shopware?ref=v[.0-9]\+,url: path:${GITHUB_WORKSPACE}," devenv.yaml
echo running on ${GITHUB_REPOSITORY} with ref ${GITHUB_REF_NAME}
direnv allow && direnv reload
devenv test -vvv
devenv test
devenv shell echo ok

0 comments on commit d476e3a

Please sign in to comment.