Skip to content

Commit

Permalink
Merge pull request #97 from kellerkinderDE/feature/devenv-1.x
Browse files Browse the repository at this point in the history
Update CI devenv version to 1.x, make CI job version-independent of our configuration.
  • Loading branch information
kleinmann authored Apr 9, 2024
2 parents 7141799 + d476e3a commit 3f16d7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- devenv.yaml

env:
DEVENV_VERSION: v0.6.3
DEVENV_VERSION: v1.0.3

jobs:
list-examples:
Expand Down Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Test ${{ matrix.manifest }} example
run: |
cd ${GITHUB_WORKSPACE}/examples/${{ matrix.manifest }}
sed -i "s,url: github:kellerkinderDE/devenv-shopware?ref=v2.1.1,url: path:${GITHUB_WORKSPACE}," devenv.yaml
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
devenv shell echo ok

0 comments on commit 3f16d7e

Please sign in to comment.