Skip to content

Commit

Permalink
[noticket] Update CI devenv version to 1.x, make CI job version-indep…
Browse files Browse the repository at this point in the history
…endent of our configuration.
  • Loading branch information
kleinmann authored Apr 9, 2024
1 parent 7141799 commit 624f47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,7 +45,7 @@ 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
Expand Down

0 comments on commit 624f47e

Please sign in to comment.