Skip to content

Commit

Permalink
fix: Use new devenv test command
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinmann authored Apr 9, 2024
1 parent 624f47e commit 7fecade
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 ci -vvv
devenv test -vvv
devenv shell echo ok

0 comments on commit 7fecade

Please sign in to comment.